Commit Graph

1686 Commits (85051340e18513ec617c9a116d7aaa86ae350043)

Author SHA1 Message Date
kervala 6c1f14778e Changed: #825 Remove all warnings when compiling Ryzom 12 years ago
kervala 6c0bd82c2a Changed: Use *_PREFIX instead of fixed values with INSTALL 12 years ago
kervala 3a3fb5ea1a Changed: Added zbuffer formats (commented) 12 years ago
kervala 8e2009279d Changed: Drivers runtimes should go in NL_DRIVER_PREFIX 12 years ago
kervala 493f033e02 Changed: Added a warning when a texture can't be created in D3D driver 12 years ago
kervala 0795a61516 Changed: #825 Remove all warnings when compiling Ryzom 12 years ago
kervala 7a04e920e1 Fixed: #1493 MultiArch support 12 years ago
kervala 8701d6e6ee Fixed: Replaced "Reqiures" by "Requires" in pkg-config files 12 years ago
kervala 429ac753e9 Changed: #878 Fix typos in comments/code 12 years ago
dfighter1985 0da667bffb CHANGED: #1471 CGroupContainer action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 6d343a460b CHANGED: #1471 CGroupWheel action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 905c19b4e4 CHANGED: #1471 CGroupEditBox action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 0e46b933e4 CHANGED: #1471 CInterfaceGroup action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 e620f725c3 CHANGED: #1471 CCtrlBaseButton action handlers will now be retrievable, even if the action handler couldn't be found at the time of parsing.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 6b42c11626 CHANGED: #1471 I probably shouldn't sacrifice the game's key config parsing on the altar of the GUI editor :P
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 53eb29fef8 CHANGED: #1471 got rid of a crash.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 a0559ee680 CHANGED: #1471 Keys are now parsed from the config files, and then serialized on save.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 c532f23ac1 CHANGED: #1471 Pointer settings are now parsed even when the particular pointer cannot be instantiated. They are also serialized when serializing the GUI.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 0d4c4cd56d CHANGED: #1471 Should be able to change text options for CCtrlTextButton.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 caa024b0be CHANGED: #1471 Serialize text options for Buttons with text too.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 152aacc41e CHANGED: #1471 Squashed a bug that prevented text to be displayed when hardtextformat was specified as an empty string. A.K.A hidden mines in the code. There are some more :(
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 d23b17f8a0 CHANGED: #1471 Apparently when parsing variables, the parser changes the parsed entry, so better to re-read it from the XML-tree when caching.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 91368514b6 CHANGED: #1471 GUI Procedures are now serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 87001d8ff1 CHANGED: #1471 Links are now serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 4ae34c1844 CHANGED: #1471 Variables are now serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 ceba5457c5 CHANGED: #1471 Squashed a bug that prevented many widgets from being serialized right. Therefore preventing correct display when loading the saved XML.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 503b9c4234 CHANGED: #1471 Tree/node data is now serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 180f86694d CHANGED: #1471 interface options are now serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 cae68df393 CHANGED: #1471 CGroupMenu's previously unnamed children will now be named properly.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 94a6fe7595 CHANGED: #1471 CCtrlTextButton created CViewText shouldn't be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 0e33091e27 CHANGED: #1471 CGroupMenu and CGroupList created widgets shouldn't be serialized by CInterfaceGroup.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 c554c90fbe CHANGED: #1471 Widgets can now be flagged as non-serializable, in which case they won't be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 e684882296 CHANGED: #1471 CInterfaceElement::convertBool is now implemented with NLMISC::fromString, and can convert both 0/1 and false/true style strings to boolean.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 875f8814b7 CHANGED: #1471 CGroupContainer fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 f3cdb18f74 CHANGED: #1471 CGroupTab fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 d0f94ade15 CHANGED: #1471 CDBGroupSelectNumber fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 8a33e0ea9f CHANGED: #1471 CDBGroupComboBox fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 005afd7aab CHANGED: #1471 CGroupHTML fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 5371a77486 CHANGED: #1471 CGroupScrollText fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 4c9ab0ac63 CHANGED: #1471 CGroupParagraph fields can now we serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 a390b90ee0 CHANGED: #1471 CGroupHeader fields can now we serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 7d12259197 CHANGED: #1471 CGroupList fields can now we serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 7dfb60bd0c CHANGED: #1471 CGroupHTMLInputOffset fields can now we serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 42b4eae629 CHANGED: #1471 CGroupWheel fields can now we serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 7547c5aa88 CHANGED: #1471 CGroupHeaderEntry fields can now we serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 b4c21e1f04 CHANGED: #1471 CGroupTree fields can now we serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 e825f9b055 CHANGED: #1471 CGroupMenu fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 00bae86e74 CHANGED: #1471 CGroupModal fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 59d86b070e CHANGED: #1471 CGroupFrame fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 d1cf73e368 CHANGED: #1471 CGroupTable fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 11a3e03253 CHANGED: #1471 CGroupCell fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 d75e87d2dc CHANGED: #1471 CGroupEditBox fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 0e365679b7 CHANGED: #1471 CViewBitmapCombo fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 eb7e805fa5 CHANGED: #1471 CDBViewBar3 fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 7d72abed71 CHANGED: #1471 CDBViewBar fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 67ce41d6b3 CHANGED: #1471 CViewBitmap fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 81ba2dbcff CHANGED: #1471 CDBViewQuantity fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 1d4119c918 CHANGED: #1471 CDBViewNumber fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 0f3f381201 CHANGED: #1471 CViewTextIDFormated fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 a957beeb6c CHANGED: #1471 CViewTextFormated and CViewTextID fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 37c41001aa CHANGED: #1471 CViewText fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 a3de7ec1b9 CHANGED: #1471 CViewDigit fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 8748660358 CHANGED: #1471 Some type changes for serializing.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 4e00abc283 CHANGED: #1471 CCtrlTooltip fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 bffa5806ca CHANGED: #1471 CCtrlScroll fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 c6d8874ecf CHANGED: #1471 Implemented property setting/getting and serializing for CCtrlColPick.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 37053325f9 CHANGED: #1471 Controls are now serialized into the XML output file when saving.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 5e52281c6e CHANGED: #1471 CCtrlTabButton fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 0ff3d0cad3 CHANGED: #1471 CCtrlTextButton fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 5a74dc3f3a CHANGED: #1471 CCtrlButton fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 a458949e19 CHANGED: #1471 CCtrlBaseButton fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 190a048641 CHANGED: #1471 Apparently the *root* group needed to be serializes separately, otherwise the parser cannot read it back.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 c7b42f0e83 CHANGED: #1471 CInterfaceGroup fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 50c2f4a41b CHANGED: #1471 CCtrlBase fields can now be serialized.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 4c43870a47 ADDED: #1471 CWidgetSerializer class, that serializes the widgets into a single XML file. Also CInterfaceElement fields can now be serializes.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 10ff9355e0 CHANGED: #1471 some simple bugfixes, like missing properties, misspelled properties, widget not updating when changed, etc.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 18ebbda594 CHANGED: Implemented property setting for CGroupContainer.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 0f025b030c CHANGED: Implemented property setting for CGroupTab.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 900fccaa2e CHANGED: Implemented property setting for CDBGroupSelectNumber.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 7083a690b2 CHANGED: Implemented property setting for CDBGroupComboBox.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 a5f01d5eea CHANGED: Implemented property setting for CGroupHTML.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 023de1768d CHANGED: Implemented property setting for CGroupScrollText.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 6e4ce5315a CHANGED: Implemented property setting for CGroupParagraph.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 0b20e12469 CHANGED: Implemented property setting for CGroupHeader.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 820a4ecfde CHANGED: Implemented property setting for CGroupList.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 54c1e4a6b2 CHANGED: Implemented property setting for CInterfaceGroupWheel.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 b0d8bed572 CHANGED: #1471 Implemented property setting for CGroupTree.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 17103b9cb8 CHANGED: #1471 Implemented property setting for CGroupMenu.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 cc5e96015f CHANGED: #1471 Implemented property setting for CGgroupModal.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 9697b73c07 CHANGED: #1471 Implemented property setting for CGgroupFrame.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 8e47f9f5b8 CHANGED: #1471 Implemented property setting for CGgroupTable.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 1c7a0e4ff2 CHANGED: #1471 Implemented property setting for CGgroupCell.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 1b74f78369 CHANGED: #1471 Implemented property setting for CGroupEditBox.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 8a3dc8fb4b CHANGED: #1471 Implemented property setting for CInterfaceGroup.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 5c39b718e1 CHANGED: #1471 Implemented property setting for CViewBitmapCombo.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 1e806b2a09 CHANGED: #1471 Implemented property setting for CDBViewBar3.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 04beaac3c8 CHANGED: #1471 Implemented property setting for CDBViewBar.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 f8328d56fd CHANGED: #1471 Implemented property setting for CViewBitmap.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 f835e224ff CHANGED: #1471 Implemented property setting for CDBViewQuantity.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 88819cbcd9 CHANGED: #1471 Implemented property setting for CDBViewNumber.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 072bd05c92 CHANGED: #1471 Implemented property setting for CViewTextIDFormated.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 71b831ac4a CHANGED: #1471 Implemented property setting for CViewTextID.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 76e805fcbb CHANGED: #1471 Implemented property setting for CViewTextFormated.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 62029159bb CHANGED: #1471 Implemented property setting for CViewText.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 702225b348 CHANGED: #1471 Implemented property setting for CDBViewDigit.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 b3a815abce CHANGED: #1471 Implemented property setting for CCtrlTabButton and CCtrlScroll.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 56275ed792 CHANGED: #1471 Implemented property setting for CCtrlTextButton.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 569973afa7 CHANGED: #1471 Implemented property setting for CCtrlButton.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 13b195c0d5 CHANGED: #1471 Implemented property setting for CCtrlBaseButton.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 37710898bc CHANGED: #1471 Implemented property setting for CCtrlBase.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 74cd9b5357 CHANGED: #1471 The property browser widget can now actually change properties.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 3fc262efcf CHANGED: #1471 Implemented property setting for CInterfaceElement.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 0b3be8e93d CHANGED: #1471 Implemented property querying for for CDBViewQuantity.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 d67ffd246b CHANGED: #1471 Implemented property querying for for CDBViewNumber.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 d99ce0a5e9 CHANGED: #1471 Implemented property querying for for CViewTextIDFormated.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 0436e018aa CHANGED: #1471 Implemented property querying for for CViewTextID.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 77a2924b73 CHANGED: #1471 Implemented property querying for for CViewTextFormated.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 4ad9430fcf CHANGED: #1471 Implemented property querying for for CViewText.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 94c1207c13 CHANGED: #1471 Implemented property querying for CDBViewBar3.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 d104ac5001 CHANGED: #1471 Implemented property querying for CDBViewBar.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 84c77141f7 CHANGED: #1471 Implemented property querying for CViewBitmap.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 ab69e85538 CHANGED: #1471 Implemented property querying for CViewBitmapCombo.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 1d0e897b55 CHANGED: #1471 Implemented property querying for CDBViewDigit.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 ff8d320de5 CHANGED: #1471 Implemented property querying for CGroupContainer.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 9dda3aac07 CHANGED: #1471 Implemented property querying for CGroupTab.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 7657eafe86 CHANGED: #1471 Implemented property querying for CDBGroupSelectNumber.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 8d5064233b CHANGED: #1471 Implemented property querying for CGroupScrollText and CGroupHTML.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 34961bd5d2 CHANGED: #1471 Implemented property querying for CGroupParagraph.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 5c5f25cb8b CHANGED: #1471 Implemented property querying for CGroupHeader.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 02a6417039 CHANGED: #1471 Implemented property querying for CGroupList.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 70d5759713 CHANGED: #1471 Implemented property querying for CInterfaceGroupWheel.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 a74593ae92 CHANGED: #1471 Implemented property querying for CGroupTree.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 e0af9e59cc CHANGED: #1471 Implemented property querying for CGroupMenu.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 d3fb86cc22 CHANGED: #1471 Implemented property querying for CGroupModal.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 7efbd2ff7e CHANGED: #1471 Implemented property querying for CGroupFrame.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 f0b11577a0 CHANGED: #1471 Implemented property querying for CGroupTable.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 8ddbbcb6fa CHANGED: #1471 Implemented property querying for CGroupEditbox and CGroupCell.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 cdb93cedaa CHANGED: #1471 Implemented property querying for CCtrlScroll.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 5eadca5b57 CHANGED: #1471 Implemented property querying for CCtrlTabButton.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 50d3dce8f7 CHANGED: #1471 Implemented CCtrlTextButton property querying.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 0afe418b1c CHANGED: #1471 Implemented property querying for CCtrlButton.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 9694f1a9ab CHANGED: #1471 Implemented property querying for CCtrlBaseButton.
--HG--
branch : gsoc2012-gui-editor
12 years ago
kaetemi 1f5e08b20f Fixed: A strange loading crash with bad textures 12 years ago
kaetemi e029348d9a Fixed: Typos 12 years ago
kaetemi d14bbaf331 Added: Implementation of timer tests for linux 12 years ago
dfighter1985 4d687f006f CHANGED: #1471 Implemented property querying for CCtrlBase and CInterfaceGroup.
--HG--
branch : gsoc2012-gui-editor
12 years ago
kaetemi 555336bbea Changed: Simplify more 12 years ago
kaetemi 1c9c2eeded Changed: Simplify some things 12 years ago
kaetemi bf70ca6bb2 Added: Function to prefer high resolution local time 12 years ago
kaetemi 96d8d45c1d Added: Function and tool to check system timer sanity across cpu cores 12 years ago
dfighter1985 d4cbe55b4a CHANGED: #1471 implemented property querying for CInterfaceElement.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 bd41a67067 ADDED: #1471 Implemented basic framework for querying widget properties. Not yet fully implemented.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 515657823b CHANGED: #1471 LinkList and LinkEditor are now fully implemented.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 c14d91cfaf ADDED: #1471 My work on the link editor so far. Not yet fully implemented.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 00afb70bb8 CHANGED: #1471 ActionEditor is now implemented.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 854343434d CHANGED: #1471 The procedure list window is now fully implemented ( can add/remove/edit procedures ).
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 2cfd7820d0 CHANGED: #1471 Buttons can now be selected in the NelGUI widget or the widget hierarchy widget, and they will become highlighted.
--HG--
branch : gsoc2012-gui-editor
12 years ago
dfighter1985 69a40421a7 CHANGED: #1471 Don't show the over texture for buttons when in editor mode.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 ed300ea4b8 CHANGED: #1471 Don't execute action handlers and/or Lua scripts in editor mode. Warning log message when trying to look up non-existent action handlers.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 0d21b4fd29 ADDED: #1471 new class CEventListener that can register with the NEl event server and then send the pumped events to a CInputHandler instance which ofc translates them to Nel GUI events and sends them to whoever listens. Also added a timer to NelGUIWidget which periodically pumps events and redraws the viewport.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 af7eb699c2 CHANGED: #1471 Added a new property for CI18N noResolution, when it's set the translation labels are not resolved, and it's set while using the GUI Editor.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 cadd13ba53 ADDED: #1471 Loaded project files are now parsed, and the result is displayed.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 f9bcc43d8c ADDED: #1471 Nel3D widget ( based on Dnk's similar widget ), NelGUI widget skeletons. NelGUI widget will be the widget which renders the GUI library's output and forward the input for it.
--HG--
branch : gsoc2012-gui-editor
13 years ago
dfighter1985 44643839be CHANGED: #1471 The local string mapper is now instantiated by CWidgetManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 63f7fa81e9 CHANGED: #1471 it's a good idea to register GUI widget classes with the reflection system if we want to use them!
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 b8030b966a CHANGED: #1471 Apparently it's a bad idea for NLMISC to depend on a global in Ryzom client, since then it cannot be linked with other binaries.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 e2abe1e33e CHANGED: #1471 CInterfaceParser is now a component of CWidgetManager, and is instantiated by an abstract factory method. (IParser::createParser())
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 ba6fd68efc CHANGED: #1474 CInterfaceManager is no longer a subclass of CInterfaceParser, instead CInterfaceParser is a component of CInterfaceManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 f9cda42c8d CHANGED: #1471 Moved some Lua related code from CInterfaceManager to CLuaManager and CInterfaceParser.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 11d2efb96f CHANGED: #1471 Moved CProcedure code to it's own files, and also moved the procedure handling code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 530b542e4a CHANGED: #1471 Moved some more GUI code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 b8f3aff5b1 CHANGED: #1471 Moved the input event handling code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 ad764e7bf0 CHANGED: #1471 Moved the widget drawing code from CInterfaceManager to CWidgetManager, so the GUI library can now draw the widgets!
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 42a282de48 CHANGED: #1471 Moved the contexthelp drawing/controlling code to the GUI library.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 dcadeb9095 CHANGED: #1471 CInterfaceParser is now part of the Nel GUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 5e68fa3e75 CHANGED: #1471 Classes derived from CInterfaceOptions are now instantiated using a factory.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 750b069ff7 CHANGED: #1471 Moved CSheetSelectionGroup and CSheetSelection to the GUI library.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 d301c46c27 Merged default branch into gui-refactoring.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 ec51a4f340 CHANGED: #1471 Moved the basic interface expression user functions into the NELGUI library under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 65f038bf4e CHANGED: #1471 CViewPointer is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 803bdc6272 CHANGED: #1471 Broke up CViewPointer into a generic and a Ryzom game related class.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 31482e873b CHANGED: #1471 CInterfaceTrack and CInterfaceAnim are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 cbb55e5133 CHANGED: #1471 CGroupHTML, CGroupParagraph, CViewLink are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 bb698212bf CHANGED: #1471 Decoupled CGroupHTML, CGroupParagraph, CViewLink from Ryzom game related code.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 b65e0ca0c5 CHANGED: #1471 CGroupTable and CGroupCell are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 4ba859dc7c CHANGED: #1471 CDBGroupComboBox is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
kaetemi d79e04e4dd Fixed: Valgrind warnings 13 years ago
kaetemi e9f75e639d Fixed: Valgrind warnings 13 years ago
dfighter1985 9cb78fe4f5 CHANGED: #1471 CDBGroupSelectNumber is now part of the NELGUI library and is under the NLGUI namespace. Also had to add a workaround so that the linker doesn't drop the seemingly unused code from the library. Thanks goes to Kaetami for that!
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 cabff5c8e5 CHANGED: #1471 CDBViewQuantity is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 c1148532b9 CHANGED: #1471 CDBViewNumber is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 5e6cada535 CHANGED: CDBViewDigit is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 00ab7b9fa4 CHANGED: #1471 CDBViewBar3 is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 6ac90d848c CHANGED: #1471 CDBViewBar is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 14247e9659 CHANGED: CGroupHeader is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 862c846e43 CHANGED: CGroupTab and CCtrlTabButton are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 3f3b8a35b0 CHANGED: #1471 CViewTextMenu, CGroupSubMenu, CGroupMenu are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 d4d4041895 CHANGED: #1471 CGroupScrollText is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 b9ac80f41a CHANGED: #1471 CGroupContainer is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 aa5562b166 CHANGED: #1471 CGroupContainer no longer depends on CInterfaceManager, CViewPointer and the Ryzom game client time values.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 30ddbcd0b9 CHANGED: #1471 Moved some code from interface_options_ryzom to interface_options ( needed for CGroupContainer )
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 595999580b CHANGED: #1471 CGroupEditBox is now in the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 c746f81499 CHANGED: #1471 CGroupList is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 3f7d55c443 CHANGED: #1471 CGroupTree is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 1d0a1e8f7f CHANGED: #1471 CViewBitmapCombo is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 8193f484bf CHANGED: #1471 CViewBitmapCombo no longer depends on CViewPointer.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 8b84170dec CHANGED: #1471 CViewBitmap is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 5dd0ce01f6 CHANGED: #1471 CViewBitmap no longer depends on CGroupContainer.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 47a1769dea CHANGED: #1471 CCtrlTextButton is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 90a1049934 CHANGED: #1471 CViewTextIDFormated is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 a1b52bd8a5 CHANGED: #1471 CViewTextFormated is now part of NELGUI library, and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 d257a3e896 CHANGED: #1471 CViewTextID is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 84d826462d CHANGED: #1471 CGroupWheel is now in NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 1ddba090b6 CHANGED: #1471 CViewText is now part of NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 7acd93ff7c CHANGED: #1471 CViewText no longer depends on CInterfaceManager.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 1222e35012 CHANGED: #1471 moved some ucstring handling code to the NELGUI library ( required for CViewText )
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 b51dea4654 CHANGED: #1471 CViewPolygon is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 c480f9804f CHANGED: #1471 CViewQuad is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 0bdb8f7149 CHANGED: #1471 CCtrlTooltip is now in the NELGUI library and is under NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 cd8b37eca5 CHANGED: #1471 CCtrlColPick is now in the NELGUI library and is under NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 beb9fa96dc CHANGED: #1471 CCtrlPolygon is now in the NELGUI library and is under NLGUI.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 dbec432a19 CHANGED: #1471 CCtrlQuad is now in the NELGUI library under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 a062e563bf CHANGED: #1471 CCtrlScroll is now part of NELGUI, and is under the NLGUI namespace. Also added a new class CGroupSubMenuBase.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 a90445fa03 CHANGED: #1471 CCtrlButton is now under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 aca24ff510 CHANGED: #1471 CCtrlButton is now part of the NEL GUI library.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 bf7d3afd38 CHANGED: #1471 CCtrlBaseButton is now part of the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 dfb1f0ed37 CHANGED: #1471 CCtrlBaseButton is now part of the NELGUI Library.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 a05fe020c3 CHANGED: #1471 Moved back some more static methods from CLuaIHMRyzom to CLuaIHM, as CLuaIHM can now handle these too.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 c792abe091 CHANGED: #1471 The classes moved in the previous commit are now under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 56a75a90ab CHANGED: #1471 Finally moved some of the basic widget classes and the widget manager, action handler manager to the GUI lib. Also moved some GUI related methods back to CLuaIHM.
--HG--
branch : gui-refactoring
13 years ago
kaetemi 67c2eb523f Changed: Different default type id for sound sheet id workaround 13 years ago
kaetemi 8a80c21661 Changed: Reserve sheet id with short id 0 for unknown sheet for new sheet types 13 years ago
kaetemi 6a806d82d2 Changed: Small optimization for sheet id constructor with default type 13 years ago
kaetemi fc8e83a0b9 Changed: Assign sane type id to temporary sound sheet ids
--HG--
branch : sound_dev
13 years ago
kaetemi d3352cecf6 Changed: Removed some debug messages
--HG--
branch : sound_dev
13 years ago
kaetemi 8a696b55e1 Fixed: Make build_soundbank tool work with latest changes
--HG--
branch : sound_dev
13 years ago
kaetemi 497ae4d09b Added: Temporary workaround for using sound sheet id without updated sheet id bin
--HG--
branch : sound_dev
13 years ago
kaetemi 6bc3ef2ba6 Changed: Also handle distMax with negative alpha in new manual rolloff function
--HG--
branch : sound_dev
13 years ago
kaetemi 2fc601c556 Changed: Avoid some more sqrt calculations
--HG--
branch : sound_dev
13 years ago
kaetemi 19d2d91f86 Added: Specific code for amplitude based rolloff to avoid unneccesary log10 and pow calls and improve performance
--HG--
branch : sound_dev
13 years ago
kaetemi 221d04642a Changed: Debug messages
--HG--
branch : sound_dev
13 years ago
kaetemi fc4d91fad2 Fixed: Sound CSheetId implementation
--HG--
branch : sound_dev
13 years ago
kaetemi f79f3fca48 Fixed: Sound CSheetID implementation (part 3) (partially tested)
--HG--
branch : sound_dev
13 years ago
kaetemi 9cd7498fe9 Fixed: Sound CSheetID implementation (part 2) (not tested)
--HG--
branch : sound_dev
13 years ago
kaetemi 3608f0a429 Added: Additional constructor for CSheetId with default type, in case the user did not put the type with the sheet name
--HG--
branch : sound_dev
13 years ago
kaetemi aa7598efe2 Fixed: Sound CSheetId implementation (part 1) (not tested)
--HG--
branch : sound_dev
13 years ago
kaetemi 35503d03e5 Added: Missing implementation of initWithoutSheet to use CSheetId without a sheet_id.bin, required for leveldesign and build tools
--HG--
branch : sound_dev
13 years ago
kaetemi cab401fa13 Merged: From default to sound_dev
--HG--
branch : sound_dev
13 years ago
dfighter1985 0155fd6ed4 CHANGED: #1471 CViewRenderer no longer depends on CClientConfig, and is now part of NELGUI, under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
sfb af454dd1cf Fixed EOL issues and added .hgeol file. 13 years ago
Fabien_HENON a55297c29a Changed: #1469 StringId conversion to CSheetId for sounds
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON dd6f2f2611 Changed: #1469 Getting last version from default branch
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON f70bdc4032 Changed: #1469 StringId conversion to SheetId for sounds V2 (DOES NOT COMPILE YET)
--HG--
branch : gsoc2012-fabien
13 years ago
dfighter1985 2db0a5d06e CHANGED: #1471 CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
kervala e9692f5fea Fixed: Compilation under Mac OS X without -DWITH_STATIC_DRIVERS=ON 13 years ago
dfighter1985 4284b5f4d5 CHANGED: #1471 CInterfaceProperty is not part of the NELGUI library and is under NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 b834d9ea17 ADDED: #1471 added a global db manager for the GUI library, also added support for resizeing the CDB bank handler.
--HG--
branch : gui-refactoring
13 years ago
Fabien_HENON 5174e15521 Changed: #1469 StringId conversion to SheetId for sound (DOES NOT COMPILE YET)
--HG--
branch : gsoc2012-fabien
13 years ago
dfighter1985 f769f6fb0c CHANGED: #1471 Moved the stuff I moved to NELGUI library, under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 5a2a89b4fc CHANGED: #1471 Moved the previously refactored code to the NELGUI library.
--HG--
branch : gui-refactoring
13 years ago
kervala b0c27a92ce Fixed: Some Windows.h inclusions 13 years ago
kervala 96372fb098 Changed: #878 Fix typos in comments/code 13 years ago
dfighter1985 1289f028a0 Moved some Lua stuff over to the NelGUI library.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 07b5992f94 Moved some Lua related string formatting methods from CInterfaceManager to
LuaHelperStuff namespace.

--HG--
branch : gui-refactoring
13 years ago
kervala b0e48907d7 Fixed: #1328 Map time and weather Issue (synced with SVN, thanks!) 13 years ago
dfighter1985 b7feaa83cb Refactored the CEvent -> CEventDescriptor code in CInputHandlerManager. Extracted it as a new class CInputHandler, and moved some of it to CInterfaceManager.
--HG--
branch : gui-refactoring
13 years ago
kervala 097138eaba Changed: #1275 Compilation under Mac OS X 13 years ago
kervala 2e08d335ab Changed: #825 Remove all warnings when compiling Ryzom 13 years ago
kervala d4372f4aa1 Changed: #1275 Use of NLDRIVERGL or NLDRIVERGLES namespaces with NL_STATIC to avoid duplicated symbols 13 years ago
kervala db208efe92 Changed: #1275 Create an OpenGL ES driver 13 years ago
kervala f7888cb7c9 Changed: #1275 Added OpenGL ES CMake module 13 years ago
kervala 5f04213d44 Changed: #1275 Create an OpenGL ES driver 13 years ago
kervala dbd45081f4 Changed: Include OpenGL headers in "opengl" directory 13 years ago
kervala 7a23895df3 Changed: Update glext.h 13 years ago
kervala 26dd470afc Changed: #1275 Create an OpenGL ES driver 13 years ago
kervala 07dd298ed2 Changed: Include stdopengl.h in Objective-C files 13 years ago
kervala f6c77399a9 Fixed: Renable PCH under for OpenGL driver under Mac OS X 13 years ago
kervala cf5e9bc8d9 Changed: #1275 Create an OpenGL ES driver 13 years ago
dfighter1985 4996705ed7 Moved event descriptors under the NLGUI namespace.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 aed979a7fe Created NELGUI library, moved the GUI event descriptors there.
--HG--
branch : gui-refactoring
13 years ago
dfighter1985 10f7241449 Added new class CCDBManager, which encapsulates the separate CDB components into a easily (re)usable database solution. Also made CCDBSynchronized and CInterfaceManager use it.
--HG--
branch : cdb-refactoring
13 years ago
dfighter1985 982c57b70f Refactored the static branch observing code into a new class CCDBBranchObservingHandler. The CDB system *should* be fully reusable now!
--HG--
branch : cdb-refactoring
13 years ago
dfighter1985 decc92e75d Extracted the CDB bank handling code into a new class CCDBBankHandler, the CDB system should be now totally independent of Ryzom.
--HG--
branch : cdb-refactoring
13 years ago
dfighter1985 17eab4ef52 CDB is now part of NLMISC. However it still requires some work!
--HG--
branch : cdb-refactoring
13 years ago
kaetemi b3260314ac Fixed: Crash on exit caused by incomplete music channel reset 13 years ago
kaetemi adfffad551 Fixed: Typo 13 years ago
kaetemi f17f7e726d Changed: #1459 Reserve functional group controller node names 13 years ago
kaetemi def7d31721 Merge 13 years ago
kaetemi cdb719130f Changed: #1459 Simplify the sound group controller interface 13 years ago
kervala e3170b57bc Changed: #825 Remove all warnings when compiling Ryzom 13 years ago
kaetemi de4e298fb6 Changed: Provide a fake sound name for fake CSound created by music channel 13 years ago
kaetemi b13f0dcb34 Fixed: #1298 Replace assert with warning when physical sound source fails to play 13 years ago
kaetemi 4a02d20a4c Fixed: The default max distance for sources is now sqrt(numeric_limits<float>::max())
--HG--
branch : sound_dev
13 years ago
kaetemi b371588b93 Added: Log warnings when setting excessively high max distances on sound sources
--HG--
branch : sound_dev
13 years ago
kaetemi f9745080b5 Removed: Warning messages
--HG--
branch : sound_dev
13 years ago
kaetemi d63bda28f4 Fixed: Relative positioning mode was not implemented in OpenAL library driver with manual rolloff enabled
--HG--
branch : sound_dev
13 years ago
kaetemi b6025fc008 Fixed: Always commit 3d positioning when calling play on sources. This avoids having to wait for update call. Sources no longer cause loud noise when ryzom client finishes loading
--HG--
branch : sound_dev
13 years ago
kaetemi 015f47d71d Changed: #795 Handle safely when audio decoder fails to be created
--HG--
branch : sound_dev
13 years ago
kaetemi a33f3e7e32 Merge
--HG--
branch : sound_dev
13 years ago
kaetemi 1cd4936ceb Changed: #795 #1460 Make sure the streaming thread safely stops in all cases
--HG--
branch : sound_dev
13 years ago
kaetemi b486e22a96 Fixed: Typos and warnings
--HG--
branch : sound_dev
13 years ago
kaetemi 80bf70efbb Changed: Make CWinThread::start more sane, and fixed a typo
--HG--
branch : sound_dev
13 years ago
kaetemi c0c5ee6d93 Fixed: Implementation for CPThread::isRunning()
--HG--
branch : sound_dev
13 years ago
kaetemi 1b49b59e02 Fixed: #795 Hang when stopping file stream source that is synchronously waiting for play
--HG--
branch : sound_dev
13 years ago
kaetemi c03655b0ba Added: Some sort of implementation for CPThread::isRunning()
--HG--
branch : sound_dev
13 years ago
kaetemi 695dac7783 Added: #1460 Music channel on top of stream file source when driver does not have built-in music channels
--HG--
branch : sound_dev
13 years ago
kaetemi 2f504788f0 Added: #795 Synchronous loading of audio file streams
--HG--
branch : sound_dev
13 years ago
kaetemi bbd291a089 Added: #795 Streamed audio file sound source
--HG--
branch : sound_dev
13 years ago
kaetemi 57aa8b4d74 Fixed: #795 Removed unused include
--HG--
branch : sound_dev
13 years ago
kaetemi 19599cd9f5 Changed: Allow changing looping parameter of audio decoder after init
--HG--
branch : sound_dev
13 years ago
kaetemi 1758ed6a96 Added: Function to set thread priority
--HG--
branch : sound_dev
13 years ago
kaetemi 268f2e247f Fixed: Potential bug in CWinThread, someone using a mutex on the stack again
--HG--
branch : sound_dev
13 years ago
kaetemi 1b88f2782b Moved: #795 CAudioDecoder from stream ogg vorbis sample to nlsound
--HG--
branch : sound_dev
13 years ago
kaetemi 09717924cf Removed: #795 CMusicBuffer from sound lowlevel
--HG--
branch : sound_dev
13 years ago
kaetemi 7a95fae1f9 Changed: Improve performance of ryzom client CSoundManager. Strange code, though.
--HG--
branch : sound_dev
13 years ago
kaetemi b15e014a9d Changed: #795 Move vorbis dependency to nlsound and group project files
--HG--
branch : sound_dev
13 years ago
kaetemi 84f11c6327 Fixed: #1459 Done
--HG--
branch : sound_dev
13 years ago
kaetemi 11f0872a01 Added: #1459 Load group controller from sound sheets
--HG--
branch : sound_dev
13 years ago
kaetemi 0b64102ab8 Added: #1459 Group controllers for sound sources
--HG--
branch : sound_dev
13 years ago
kaetemi 57411c0a7b Added: FormatNotSet value for TBufferFormat
--HG--
branch : sound_dev
13 years ago
kaetemi c4adc53a0f Removed: #795 XAudio2 music implementation
--HG--
branch : sound_dev
13 years ago
kaetemi 8491bd4829 Removed: OpenAL music implementation
--HG--
branch : sound_dev
13 years ago
kaetemi dd02d76df8 Reverted: 3fdff8debe52 No comment
--HG--
branch : sound_dev
13 years ago
kaetemi 19546acade Reverted: a1603fc4efbf Only release internal resources in driver destructor, not the driver classes, otherwise there will be crashes on exit. The driver classes are deleted by the application.
--HG--
branch : sound_dev
13 years ago
kaetemi f858bbfbe9 Added: Log warnings when setting excessively high max distances on sound sources
--HG--
branch : sound_dev
13 years ago
kaetemi 87ba382ef5 Reverted: dc87ef1a34b6 Parameter distMax depends on fixed values in sheets and other code. Using this to switch between rolloff and minimum sound is likely causing the glitchy sound volumes of background sounds. Must be fixed in whatever code is using too large value of distMax instead, and not here.
--HG--
branch : sound_dev
13 years ago
kaetemi afdbc97039 Reverted: 2424536ec6f9 The setAsyncLoading function is used for a different purpose. In our case, async means that the file is read on the fly, and otherwise it is fully loaded into memory before being encoded. Synchronous mode is used for example during loading when hard disk access is not guaranteed.
--HG--
branch : sound_dev
13 years ago
kervala 0ac33d338a Changed: #825 Remove all warnings when compiling Ryzom 13 years ago
kervala 3c47b9f8d5 Fixed: #1441 Remove all remaining .vcproj, Makefiles, automake scripts, etc... 13 years ago
kaetemi 16835cc4b6 Fixed: #620 Incorrect usage of mutex in particle system loader 13 years ago
sfb efa4fbdbf1 merge 13 years ago
kervala d50e7369cf Changed: #878 Fix typos in comments/code 13 years ago
kervala dbb327deb0 Changed: #1433 Merge changes from patch 1.13 13 years ago
kervala f0008d9952 Changed: #1219 Bad color when rgba.cpp is compiled with GCC 4.2.4 13 years ago
kervala e7a2f7e121 Changed: #825 Remove all warnings when compiling Ryzom 13 years ago
sfb 5106a12702 Fixed: #1359 Applied patch from GelluleX adding cut/paste functionality to Ryzom for OSX. 13 years ago
sfb 5cf3e1f4d7 Fixed: #1367 Added ifdef for OSX 10.7 GL API changes. Thanks GelluleX. 13 years ago
kervala 0a4b19c6a7 Changed: #1328 Map time and weather Issue (patch provided by Sywindt) 13 years ago
kervala 71cd03fc96 Fixed: #1376 Wrong NeL window position with Compiz 13 years ago
kervala d5e97e9729 Changed: #1366 No Ryzom client icon under Ubuntu with Unity + Compiz 13 years ago
kervala 5fcea27aa1 Fixed: #1366 No Ryzom client icon under Ubuntu with Unity + Compiz 13 years ago
dnk-88 0f86e107b7 merge from default
--HG--
branch : gsoc2011-worldeditorqt
13 years ago
kervala 6306833423 Changed: New option WITH_INSTALL_LIBRARIES which allows user to install only final binaries and no development files (header, static libraries, etc...) 13 years ago
dnk-88 e338e9ca51 merge from default
--HG--
branch : gsoc2011-worldeditorqt
14 years ago
dnk-88 b2d4da1653 Fixed: #1301 Fixed build landscape plugin under linux.
--HG--
branch : gsoc2011-worldeditorqt
14 years ago
kervala 74c2952c32 Changed: #1275 Create an OpenGL ES driver 14 years ago
kervala 81d2817c44 Changed: #878 Fix typos in comments/code 14 years ago
kervala 4027e82360 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala e254253fe0 Fixed: Number of processors under Linux 14 years ago
kervala 0cbb87bfe1 Fixed: Strings buffer overflow in config files 14 years ago
kervala 0913c3d667 Changed: #878 Fix typos in comments/code 14 years ago
kervala 7fd0b6fb7d Changed: Display unknown status in FBO errors messages 14 years ago
kervala b4e09b1adc Fixed: X extensions list is truncated 14 years ago
kervala 7c27c233eb Changed: Exceptions catched by reference 14 years ago
kervala 043b845f6c Changed: Exceptions catched by reference 14 years ago
kervala f9cc842b82 Changed: Exceptions catched by reference 14 years ago
kervala 230039a5c3 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala c11e81dd7c Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala a27b6cd2bd Changed: Use of CFile::createEmptyFile
Changed: #142 Replace atoi and sscanf by fromString when it's possible
14 years ago
kervala 8208ec219b Changed: Compilation with VC++ 2010 without STLport 14 years ago
rti 4a8749b06f merge 14 years ago
rti 67488d486d Fixed: Build error and assert when disabling NL_FORCE_INDEX_BUFFER_16 14 years ago
kervala a09264c6c0 Changed: #878 Fix typos in comments/code 14 years ago
kervala e909556883 Changed: #1177 VS 2010 does not work under CMake 14 years ago
kervala db57bd0c11 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 6f78067a8d Changed: Merge changes from next patch 14 years ago
kervala 2d8136a283 Changed: #1275 Create an OpenGL ES driver 14 years ago
kervala a272feeb9b Changed: #1275 Create an OpenGL ES driver 14 years ago
kervala ae9de611f6 Changed: #1275 Create an OpenGL ES driver 14 years ago
vl 277fab9863 Fixed: #1273 problem with shift enter on shop window 14 years ago
vl 5407fe2518 Fixed: ugly fix to not crash when we cannot create a buffer #1116 14 years ago
rti cd61e1531a merge 14 years ago
rti 1457deeb5e Fixed: #1006 On Mac OS X, do glFinish() after vertex program upload to ensure program is ready to use. 14 years ago
kervala 3a647345a1 Changed: Replaced display of pointers using %d or %X by %p 14 years ago
kervala 3fd9f30695 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 5baccb8b54 Changed: #878 Fix typos in comments/code 14 years ago
kervala 3454cb2cec Fixed: Use of LOD meshes when it shouldn't (patch provided by Sywindt, thanks a lot) 14 years ago
kervala 6c4f4bb1df Changed: #1251 Code simplification and default values if not using config.h 14 years ago
kervala 1266d1d5a4 Fixed: #1251 NeL can't find selected drivers in CMake 14 years ago
kervala 535b75abd6 Changed: #1251 NeL can't find selected drivers in CMake 14 years ago
kervala a8d8ec6e07 Changed: #878 Fix typos in comments/code 14 years ago
kervala 1ba49bad77 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 758682e473 Changed: Only use PCH if WITH_PCH is defined 14 years ago
aquiles f61bbc3e08 Changed: #1150 fixed wrong includes for moved headers 14 years ago
aquiles 8504c5a72a Changed: #1150 Moved private headers 14 years ago
vl 51245d5f2f Changed: on mac, openal is always dynlib 14 years ago
kervala 56dc241c3d Fixed: Compilation under Linux with STLport 14 years ago
kervala 173686d99c Changed: #878 Fix typos in comments/code 14 years ago
kervala dff9463f02 Changed: #878 Fix typos in comments/code 14 years ago
kervala 9a3ad26bdc Changed: Add missing files in SOURCE_GROUP 14 years ago
kervala dca2dc67ed Fixed: Wrong paths for .cpp files in CMakeLists.txt 14 years ago
kervala ec9ab9106a Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala ac68e188ab Changed: #1249 Endianness problems while access to disk or memory (patch provided by Jeru) 14 years ago
kervala 51d09f375a Changed: #1249 Endianness problems while access to disk or memory 14 years ago
kervala b925de055c Changed: #1249 Endianness problems while access to disk or memory 14 years ago
kervala aeb4923843 Fixed: Crash when using bloom in object_viewer_qt with OpenGL driver 14 years ago
kervala de0d07bb94 Fixed: #1231 Remove VC++ projects and solutions which are not needed by Nevrax Linux makefiles 14 years ago
kervala ed64aaeb62 Changed: #1231 Remove VC++ projects and solutions which are not needed by Nevrax Linux makefiles 14 years ago
rti 27e0c9d3cd Changed: #1227 some simplification, added exceptions instead of nlerror 14 years ago
rti 9e71d5c502 Fixed #1227: Implement static IThread* IThread::getCurrentThread for pthread based systems 14 years ago
kervala 2e95cfce39 Fixed: Bad check for scissor 14 years ago
kervala afb102bc31 Fixed: Compilation under some Linux versions 14 years ago
kervala 30b2829fb1 Changed: Don't modify NeL window if managed by a 3rd party library 14 years ago
kervala 3c99b33fb2 Fixed: define FNDELAY if not already defined 14 years ago
kervala abdcfbc22f Fixed: Compilation under some Linux versions 14 years ago
kervala e363ebe2e8 Changed: #573 Get the maximum anisotropic value 14 years ago
kervala fcd7edc6b3 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala e53a439e7f Changed: #1219 Bad color when rgba.cpp is compiled with GCC 4.2.4 14 years ago
kervala d6f29299a1 Changed: #878 Fix typos in comments/code 14 years ago
kervala bc50a7ccd6 Fixed: #1219 Bad color when rgba.cpp is compiled with GCC 4.2.4 14 years ago
kervala a8fd430894 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 67776bbaa7 Fixed: Compilation under Linux 14 years ago
kervala d84ce90489 Fixed: Bad function to set texture coordinates for EXTVertexShader 14 years ago
kervala aa2e1a4717 Fixed: Crash and bug if not supporting GL_ARB_texture_cube_map 14 years ago
kervala e60ba59fec Changed: #573 Added new checks for FBO extensions and multisample 14 years ago
kervala b9f9d418da Changed: Implement GL_NV_vertex_array_range for GLX 14 years ago
kervala 567b8d2e07 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
rti 78229f4b67 Fixed #1151 OVQT !_Pumping assert when entering settings dialog 14 years ago
kervala 2763a3ece2 Changed: #878 Fix typos in comments/code 14 years ago
kervala 1c1d17a512 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
rti 3d3f1abb9c Fixed: #1174 Mac - Alpha Build - Mouse Behavior 14 years ago
kervala 2894dcf247 Changed: Use GL_ARB_vertex_buffer_object in priority (supported on most of cards and faster) 14 years ago
kervala 4f9b0269ec Fixed: Compilation problem 14 years ago
kervala 90ad8da878 Changed: #878 Fix typos in comments/code 14 years ago
kervala 0708228f3b Fixed: Removed some temporary fixes for system OpenGL drivers bugs 14 years ago
kervala b94c30173e Fixed: EVSSecondaryColorVariant redefined several times in setupEXTVertexShader 14 years ago
kervala 0c846dacd1 Fixed: All fragment shaders are not working on ATI cards (patch provided and tested by Naush) 14 years ago
rti 84a4596eef Fixed: Mac OS X compilation of GL driver 14 years ago
kervala bd34f12bf5 Changed: #1201 glXSwapIntervalMESA & glXGetSwapIntervalMESA Not present in NVidia GL include file 14 years ago
kervala a70addba1c Fixed: #1201 glXSwapIntervalMESA & glXGetSwapIntervalMESA Not present in NVidia GL include file 14 years ago
kervala 256b1afbd8 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala f97796382b Changed: #878 Fix typos in comments/code 14 years ago
kervala c0ae02db6d Changed: #878 Fix typos in comments/code 14 years ago
kervala 23653abd05 Changed: #878 Fix typos in comments/code 14 years ago
kervala c9116fd7be Changed: Listen for more X messages 14 years ago
kervala 1e352ff35e Changed: Minor changes for X implementations 14 years ago
kervala 03512b8a4d Changed: More verbose warnings messages for setScreenMode 14 years ago
kervala 383d4805be Changed: isActive() implementation for X 14 years ago
kervala 7e2139e2bd Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala e8e3a31b97 Changed: Remove hack for black window bug (related to previous NVidia driver) 14 years ago
kervala c8816a2a13 Changed: Only one definition of X Atoms and X errors handler 14 years ago
kervala 921180452d Changed: Hide window before releasing driver 14 years ago
kervala 7f8f46f70e Changed: Use of _CurrentMode instead of several variables (similar to Direct3D driver) 14 years ago
kervala 06aa221db3 Changed: #1198 Window is too large when switching from fullscreen to windowed mode 14 years ago
kervala 57a2b251ff Changed: #1034 Use Xcursor extension if available 14 years ago
kervala 26812dc2f4 Changed: #878 Fix typos in comments/code 14 years ago
kervala af03256eae Changed: Get X extensions list 14 years ago
kervala 0b76fe5473 Changed: #1034 Use Xcursor extension if available 14 years ago
kervala 56db70265f Changed: #878 Fix typos in comments/code 14 years ago
rti 407ae7b4c4 Fixed: #1174 Mac - Alpha Build - Mouse Behavior 14 years ago
kervala 54b6685a9e Changed: #878 Fix typos in comments/code 14 years ago
kervala 9550ed9d36 Changed: #878 Fix typos in comments/code 14 years ago
kervala 9e9828ddb9 Fixed: Compilation on Mac OS X 10.5 14 years ago
vl 9891284603 Fixed: file order is different linux and windows so now getpathcontent sort the file so it s the same order everywhere 14 years ago
rti 869ae6e962 Fixed: #1060 Implement getWndProc() on Mac OS X 14 years ago
rti 4a3ef46034 merge 14 years ago
rti ad6bf52e20 Fixed: #1156 Handle window close/application quit cleanly 14 years ago
kervala 11bcc087a0 Changed: #1034 Implement CCustomMouse for Linux 14 years ago
kervala f9d13d61fc Changed: #878 Fix typos in comments/code 14 years ago
kervala a3212b2a90 Changed: Implement getZBuffer for Direct3D driver 14 years ago
kervala b443693334 Fixed: #1034 Implement CCustomMouse for Linux 14 years ago
kervala 6f0fef6808 Changed: #1034 Implement CCustomMouse for Linux 14 years ago
rti 0daf18f0ec Fixed: #1154 glViewport size wrong when switching from native fullscreen resolution to maximized window 14 years ago
rti bee2dc8aac Removed: old cocoa_adapter files 14 years ago
rti 6b1069ae0f Fixed: MacOS 10.6 and below distinction 14 years ago
rti ea9a34a6f3 merge 14 years ago
rti e8cbd26e9f Fixed: #1153 Make ryzom_client run completely in an .app bundle 14 years ago
kervala 85a285d817 Changed: #1034 Implement CCustomMouse for Linux 14 years ago
kervala ce04f969ef Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala d3a9566b26 Changed: #878 Fix typos in comments/code 14 years ago
rti fa14447c6c Changed: #1153 Make ryzom_client run completely in an .app bundle 14 years ago
kervala 33b32e9efb Changed: #1034 Implement CCustomMouse for Linux 14 years ago
kervala 64d10e6f1c Changed: #878 Fix typos in comments/code 14 years ago
kervala f6cb0a730b Fixed: Compilation under Mac OS X 10.5 14 years ago
kervala 7a2d8d6f07 Changed: Listening for Enter/Leave window events now 14 years ago
kervala 34827ed8c7 Changed: #1063 Alt+F4 should prompt for confirm exit (thank you Naush) 14 years ago
kervala 44879f5d3f Changed: #1034 Implement CCustomMouse for Linux 14 years ago
kervala ef7ad7daa5 Changed: #1034 Implement CCustomMouse for Linux 14 years ago
kervala a4c64bb753 Changed: #1034 Implement CCustomMouse for Linux 14 years ago
kervala d60bcaec05 Changed: #878 Fix typos in comments/code 14 years ago
kervala 7d1b8eae21 Changed: #1145 Implement VSync under Linux 14 years ago
kervala 697e3a723c Changed: #1034 Use XRender check from FindX11.cmake 14 years ago
rti d690870fb6 Fixed: #1149 Mouse Position is not properly reported if NeL view does not fill window 14 years ago
rti 1b4205b277 Fixed: #1013 Viewport size when embedding NeL Cocoa view in Qt 14 years ago
rti 185058a013 Fixed: #1147 Needed one resize event to properly show GL view. 14 years ago
rti bcbde9df16 Fixed: #1147 Make OVQT work on MacOS 14 years ago
rti 7883934455 Changed: #1145 Implement VSync under Linux 14 years ago
rti 5735dc26b1 merge 14 years ago
rti a4c9a84d1e Changed: #1060 Implement getWndProc() on Mac OS X 14 years ago
kervala b0141b67e5 Changed: #1145 Implement VSync under Linux 14 years ago
kervala a34865fbcb Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala 2ef72986ba Fixed: #1145 Implement VSync under Linux 14 years ago
kervala 8d038f9a30 Changed: #1145 Implement VSync under Linux 14 years ago
kervala 8399175d8c Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala ccf08113b9 Changed: #1145 Implement VSync under Linux 14 years ago
kervala 972a6cb6c3 Fixed: getTemporaryDirectory() under Linux 14 years ago
kervala 81ac951509 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala bb803527ba Fixed: #1137 SHIFT+RETURN doesn't work under linux (patch provided by Naush) 14 years ago
kervala a902f08955 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala ec77e6bf4d Fixed: Names and exported symbols for sound drivers (thanks to Krolock) 14 years ago
rti 254fb2ce97 merge 14 years ago
rti 9bc0f3e06a Changed: #1060 Implement getWndProc() on Mac OS X 14 years ago
kervala 2f343f505e Changed: #1129 Compilation under Linux 14 years ago
kervala 24eb87f999 Fixed: #1129 Implement missing CI18N::getLanguageCodes and CI18N::getLanguageNames methods 14 years ago
kervala 3bdc155cd5 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
"Matt Raykowski" a7295afce2 Changed: Moved this header, changing it in the source file too. 14 years ago
"Matt Raykowski" fb75c46b0e Fixed: WITH_CEGUI changed to WITH_NEL_CEGUI but wasn't corrected in the build tree. It is now. 14 years ago
kervala 87565b46b9 Changed: Reactivate runtime checks and optimizations 14 years ago
kervala 7d9d79aeb9 Changed: Added include guard to stdmisc.h 14 years ago
kervala 4b7a0e4304 Changed: Added getBigFileName method to CBigFile 14 years ago
kervala 4e7609b939 Fixed: Moved zone_bank.h from src to include 14 years ago
kervala 2e71a5b4eb Changed: #1038 Implement copy/paste for Linux 14 years ago
kervala 863d20a384 Changed: #1038 Implement copy/paste for Linux 14 years ago
kervala 621f7505c1 Changed: #1038 Implement copy/paste for Linux 14 years ago
kervala a044d8a5e7 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala b7b1197f45 Changed: #1038 Implement copy/paste for Linux (patch provided by Naush) 14 years ago
kervala 10522eae91 Changed: #1023 Use a standard application path for writing files 14 years ago
kervala f77ca1992c Changed: #142 Replace atoi and sscanf by fromString when it's possible 14 years ago
sfb 03db06e0c6 Merge 14 years ago
sfb d25f8454f4 Changed: Moved zone_region.h header - used by leveldesign tools. 14 years ago
rti 120af2580d Fixed: #1130 Merge cocoa_adapter.mm code into driver_opengl*.cpp (and cocoa_event_emitter.cpp) 14 years ago
kervala 92a682bc1b Changed: Added better check for Mac OS SDK version 14 years ago
kervala 9198a34e32 Changed: #1129 Implement missing CI18N::getLanguageCodes and CI18N::getLanguageNames methods 14 years ago
kervala 86aa43e207 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala 8198f65d50 Fixed: #1057 X11 Key auto repeat 14 years ago
kervala 89f6f37b4d Changed: getModes for Mac OS X < 10.6 14 years ago
kervala 25f97a0f2e Fixed: #1119 Crash when pressing a key under Mac OS X 10.5.7 14 years ago
kervala f655a8d015 Fixed: Compilation under Mac OS X 10.5 14 years ago
kervala 7e7dc58314 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala 572d9acf34 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala 31a990fa60 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala f1c8d140aa Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once 14 years ago
kervala 84986b79b7 Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once 14 years ago
kervala 9e058f053d Changed: Compare GetFileAttributes with INVALID_FILE_ATTRIBUTES to check if attributes are valid 14 years ago
kervala 1677874af2 Added: Detailed error for GL_FRAGMENT_PROGRAM_ARB 14 years ago
kervala 01eb101355 Fixed: Compilation with STLport under Linux (and probably Mac OS X) 14 years ago
kervala 148a7260fc Fixed: #1105 NLMISC::createDebug - Infinite loop 14 years ago
kervala 08bcbc3451 Changed: Updated CMake projects 14 years ago
kervala c86d923901 Changed: #841 Change the wrong header in the source code 14 years ago
"Matt Raykowski" d4570fffd5 Changed: Fixed error in CMake IF() ENDIF() closure for nelmisc 14 years ago
vl c53f0b1b48 Added: special case of rgba.cpp on static 14 years ago
vl f9903f46de Changed: ogg vorbis lib order 14 years ago
kervala 940de867ee Fixed: Static sound drivers link to nelsnd_lowlevel 14 years ago
vl 837ab5c68f Added: in static, we don't compile fmod since it only exists in dynlib 14 years ago
vl 65a58d76d1 Added: case for static version of the driver 14 years ago
vl bc8339857d Added: warning when we cannot open a big file 14 years ago
kervala 998e5b4c17 Changed: Added NL_ADD_RUNTIME_FLAGS 14 years ago
kervala 32f0a5037f Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kaetemi 59e5c03a83 Changed: #964 Fix crash with hls texture bank generation when memcpy of 0 bytes at end of allocated memory. 14 years ago
kervala cd822bc0b4 Fixed: Display of .h files in generated projects 14 years ago
kervala 256062307b Changed: #825 Remove all warnings when compiling Ryzom (patch provided by Abelgar) 14 years ago
kervala 71da504731 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 13de385469 Added: NL_ADD_RUNTIME_FLAGS for libraries 14 years ago
kervala 7b22cb92e8 Changed: Added -ldl for NELMISC 14 years ago
kervala a983aa0783 Changed: Dependencies definitions 14 years ago
kervala 8db652391b Changed: #915 NeL fails to build with --as-needed 14 years ago
kervala 92b4d5ef8a Changed: #841 Change the wrong header in the source code 14 years ago
kervala 968a752e55 Fixed: Windows compilation problems 14 years ago
mattraykowski c3e4ffbe26 merge while working on rebase root source dir 14 years ago
mattraykowski 972e141687 Changed: #842 Added more project prefixes to project labels (aka NeL, Ryzom), converted some more Ryzom projects to the new layout. 14 years ago
kervala 6cf96b9e36 Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 811b229f52 Changed: #878 Fix typos in comments/code 14 years ago
kervala 3bb72a0d06 Changed: Removed propagation of dependencies to other projects (fix lintian warnings) 14 years ago
kervala 0ec41da752 Changed: #841 Change the wrong header in the source code 14 years ago
kervala b83fdd467e Changed: Added PCH to nelligo 14 years ago
kervala d4346ef771 Changed: Added PCH to nelligo 14 years ago
kervala 1d5f2e8df9 Changed: Removed propagation of dependencies to other projects (fix lintian warnings) 14 years ago
kervala ad51d50449 Changed: Prevent Windows to draw background of NeL windows and some other messages 14 years ago
rti 4f02a8591a Fixed: #1080 cmake MODULE compiles to *.so, adjusted dynloadlib accordingly 14 years ago
kervala aa506598d0 Fixed: #1080 Under Linux, load NeL drivers from a specific directory 14 years ago
kervala b5f6188757 Fixed: #1044 Window content is black after switching windowed <-> fullscreen 14 years ago
kervala eaa26434bc Changed: #825 Remove all warnings when compiling Ryzom 14 years ago
kervala 6577496fc2 Fixed: #1073 Replace deprecated functions gethostbyname and gethostbyaddr 14 years ago
kervala e77e93f779 Fixed: infinite loop in ogg vorbis streaming (negative ov_read result means an error) 14 years ago
rti 06f7326e34 Fixed: #1059 Make cocoa the default subsystem on Mac OS X 14 years ago
rti 3edb9289f7 merge 14 years ago
rti ba4eca5cec Fixed: #1062 Fullscreen with game resolution < desktop resolution 14 years ago
rti ed8a11717d Changed: #878 Fix typos in comments/code 14 years ago
kervala ab11ddb805 Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala 9984b638fb Fixed: #1069 Thread/process CPU affinity Implementation for Linux 14 years ago
kervala dc40c77b18 Changed: Removed libjpeg dependency on nel3d 14 years ago
kervala 57bbdf7a85 Changed: Removed useless dependencies 14 years ago
kervala 4b294f9402 Fixed: libc functions wouldn't be replaced by intrinsics equivalent 14 years ago
kervala caf1c5151e Fixed: nelsound dependency to nelsound_lowlevel 14 years ago
kervala c693c47cac Changed: #825 Remove all warning when compiling Ryzom 14 years ago
kervala 09d7a4a064 Fixed: Removed driver_opengl_mac.cpp from VC++ project 14 years ago
aquiles 28953b29ed Changed: #1048 getType() in UFormElm 14 years ago
kervala 5d494ea2fe Fixed: #1058 Use wglext.h instead of defining all Windows stuff in driver_opengl_extension_def.h 14 years ago
kervala 2da52ebc36 Fixed: #1057 X11 Key auto repeat 14 years ago
rti 0edc5f1f2c Fixed: #1036 Problem when we start moving the camera in third person 14 years ago
rti e1f2fc5abc Fixed: #1053 using x11 color depth retrieval on mac without cocoa (removes hardcoded value) 14 years ago
rti 6b0320a7f2 Fixed: #1053 screen mode retrieval only in cocoa mode 14 years ago
rti cc47fd2531 Fixed: #1053 Move mac screen mode retrieval to cocoa_adapter 14 years ago
rti b1fa58f06b Fixed: #1029 destroyWindow() terminates the whole application 14 years ago
rti fddfab508b Fixed: #1004 updated get display modes implementation to use more current apis 14 years ago
rti 542d4125a0 Changed: #1004 - implemented nglGetProcAddress using dlsym 14 years ago
rti e1656d14a7 Fixed: minor compile and link errors related to Ogg/Vorbis and nelsnd_lowlevel 14 years ago
kervala 4757228a22 Fixed: numeric_limits not found in Fmod driver 14 years ago
kervala a7e4543e5d Changed: #1044 Window content is black after switching windowed <-> fullscreen 15 years ago
kervala 3b09bcd927 Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala 7e45b27f35 Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala a4b9d678ed Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala bb8cea02ea Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala 01748aa3f5 Changed: #878 Fix typos in comments/code 15 years ago
kervala 540e24b7b6 Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala 65647fecbb Changed: #1044 Window content is black after switching windowed <-> fullscreen 15 years ago
kervala 90acceadbf Fixed: #1044 Window content is black after switching windowed <-> fullscreen 15 years ago
kervala 1fab114680 Fixed: #1046 XConfigureNotify window position different from XMoveWindow 15 years ago
kervala dd93616bf6 Fixed: #1045 XMapWindow doesn't preserve current window position 15 years ago
kervala a587bc1846 Fixed: #1039 X11 error when quitting the client on linux 15 years ago
kervala 042507413a Changed: #878 Fix typos in comments/code 15 years ago
kervala cec0572a61 Changed: #1030 Allow to queue any buffer not only those managed by CSourceAL 15 years ago
kervala f565acbd40 Changed: #1030 Implemented getTime() in OpenAL driver 15 years ago
kervala 20a2fbd674 Changed: #1030 Don't add buffer to queue when using sync mode 15 years ago
kervala 0c5d50299b Fixed: #1032 Crash in OpenAL driver when a music is playing and user returns to selection menu 15 years ago
kervala ba4ee26f7c Changed: #963 Floating point exceptions 15 years ago
kervala 2a1441858f Changed: #1031 Music is "stopped" when client is loading with OpenAL driver 15 years ago
kervala 39e25f218e Changed: #1031 Music is "stopped" when client is loading with OpenAL driver 15 years ago
kervala 878996d64d Changed: #1031 Music is "stopped" when client is loading with OpenAL driver 15 years ago
kervala f768181706 Changed: #1030 Don't delete buffers if they will be reused 15 years ago
kervala 161e40a3f2 Changed: CListenerFMod inherits from NLMISC::CManualSingleton<CListenerFMod> 15 years ago
kervala 6dec8a3cf5 Changed: #878 Fix typos in comments/code 15 years ago
vl 056f8e147f Removed: flooding warning 15 years ago
kervala b0a33c716c Changed: #1030 Implement music streaming in OpenAL driver 15 years ago
kervala 8dff836491 Fixed: #1030 Implement music streaming in OpenAL driver 15 years ago
kervala f0205328dc Changed: #1030 Implement music streaming in OpenAL driver 15 years ago
kervala 163e2dc1a5 Changed: #1030 Implement music streaming in OpenAL driver 15 years ago
kervala 5950b1f5bf Changed: #1030 Implement music streaming in OpenAL driver 15 years ago
kervala 4d586ef8d0 Changed: #1030 Implement music streaming in OpenAL driver 15 years ago
kervala a3ae822a88 Changed: #878 Fix typos in comments/code 15 years ago
kervala 88a5f4e074 Changed: #878 Fix typos in comments/code 15 years ago
vl d971a9537c Removed: flooding warning 15 years ago
kervala b22129a4fb Changed: #1028 Implement GlWndProc for X11 15 years ago
kervala 2b74d425ed Changed: #1028 Implement GlWndProc for X11 15 years ago
kervala 28e5c4e485 Fixed: #1028 Implement GlWndProc for X11 15 years ago
kervala 9275ce5175 Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala c6d7643b4b Changed: #825 Remove all warning when compiling Ryzom 15 years ago
mattraykowski 27ec384cb8 Change: #842 Added some source groups to mimic VS SLNs. 15 years ago
mattraykowski f76025cfac Change: #842 Setting WITH_STATIC_DRIVERS links GL/D3D and FMOD/AL/DS/XA to 3D and sound respectively. 15 years ago
mattraykowski ca56d259cc Changed: #842 Fix for nelmisc builds on Windows without DirectX in the VS paths. 15 years ago
vl e71c3b5417 Merge 15 years ago
kervala 733e5f4b1a Changed: cbDirectoryChanged now displays a warning if it couldn't change directory 15 years ago
kervala ddb918de66 Changed: #1023 Use a standard application path for writing files 15 years ago
kervala 5bb012883d Changed: #860 Remove/convert/update old projects 15 years ago
kervala c426347080 Changed: #1023 Use a standard application path for writing files 15 years ago
kervala b4aaac574f Fixed: config_file generated files not openable 15 years ago
rti 32cd792e14 merge 15 years ago
rti d4e2ab4013 Fixed: #1020 GLWindow, create, destroy, create would lead to creating two autorelease pools 15 years ago
Matt Raykowski e3302e6844 merge 15 years ago
Matt Raykowski b4a635c412 Changed: #842 Added helper macros to cleanup files, removed useless DECORATE_NEL_LIB macro and started adding WITH_STATIC/WITH_STATIC_DRIVER support for full static linking. 15 years ago
rti 1a756384c2 merge 15 years ago
rti 9a490239e8 Fixed: #1008 Modifier Key Information 15 years ago
kervala 3b70e484f6 Fixed: #1019 Add public setWindowIcon method to UDriver 15 years ago
kervala 00ae75ef04 Fixed: #1018 Implement setWindowIcon for Win32 15 years ago
kervala 8605f833e9 Changed: #927 Move OS specific code from client or server to NeL when it's possible 15 years ago
kervala ad59a1f35b Fixed: #973 Add an internal method to set an icon for X11 window in OpenGL driver 15 years ago
kervala 34e58b7f19 Fixed: #928 XRandR modesetting 15 years ago
kervala 41eedee735 Fixed: #928 XRandR modesetting 15 years ago
kervala 0383b14169 Changed: optimizations for PCH 15 years ago
kervala 9b06f1c481 Fixed: sort screen modes by width, height and frequency 15 years ago
kervala 1f3793e523 Changed: #825 Remove all warning when compiling Ryzom 15 years ago
vl f34d0f3249 Added: default value for light 0 (thx valgrind) 15 years ago
vl 6bf8cc13b7 Changed: CSynchronized and CMutex are now, by default, Fair on Windows and Unfair on GNU/Linux and Mac OS X 15 years ago
vl 39b6194f02 Changed: misc things 15 years ago
vl 4c06c20712 Added: better detection of jpeg size 15 years ago
rti b9bd5c8fce Fixed: #1012 Dead Keys Broken 15 years ago
rti a91497f86b Fixed: #1011 Switch nlWindow from NSWindow* to NSView* 15 years ago
rti cbbcd286cb Fixed: #1011 Switch nlWindow from NSWindow* to NSView* 15 years ago
rti bc08dee5a0 Fixed: #1009 Cocoa Window not necessary 15 years ago
rti e6e1d2e3fe merge 15 years ago
rti b9b1605120 Changed: #947 improved mouse wheel handling (thresholding) 15 years ago
kervala 220a3458c2 Changed: USE_JPEG is only used when building NLMISC now 15 years ago
kervala 082676ea80 Changed: CFile::copyFile takes now 2 std::string as parameters 15 years ago
kervala ae239a6b94 Changed: #880 Use PCH under Linux with CMake 15 years ago
rti c613b8a103 Changed: #880 disabled PCH for opengl driver if WITH_COCOA (PCH does not work with objc) 15 years ago
kervala 7cb5099a1c Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala c27c28d7c4 Changed: CWordsDictionary::makeResult using references 15 years ago
kervala 6779fcf1b3 Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 0238458539 Changed: #880 Use PCH under Linux with CMake (use the same macros for Windows too) 15 years ago
kervala 7d7ded9528 Changed: #842 Added new optimizations for VC++ linker and compiler 15 years ago
kervala 870fb2a50a Changed: #842 Removed obsolete files (all methods are already implemented in CSystemInfo) 15 years ago
kervala fc22fcb3de Changed: #841 Change the wrong header in the source code 15 years ago
kervala 7a99daae23 Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 73744cd0ae Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 611b5498e8 Changed: #880 Use PCH under Linux with CMake 15 years ago
kervala 9eb0e21867 Changed: #880 Use PCH under Linux with CMake 15 years ago
rti 6567201c25 merge 15 years ago
rti 8ad1901f17 Changed: #947 added mac menu, force redraw after buffer swap, some cleanup 15 years ago
kervala 9de1c9e027 Changed: #878 Fix typos in comments/code 15 years ago
rti 59b7ac1f9f merge 15 years ago
rti 60dae3bfd0 Changed: #947 adapted to recent driver changes, some cleanup 15 years ago
kervala 964ffc2183 Fixed: #993 Floating Point Exception in NL3D::CDriverGL::getModes on Linux 15 years ago
kervala 0761387c3b Changed: #841 Change the wrong header in the source code 15 years ago
kervala 551d33c933 Fixed: #993 Floating Point Exception in NL3D::CDriverGL::getModes on Linux 15 years ago
kervala a362e280ca Changed: #825 Remove all warning when compiling Ryzom 15 years ago
kervala db81731ff5 Fixed: #992 Infinite loop and crash when a parent sheet is the same file as self 15 years ago
kervala 5e4cd25b2c Changed: #991 Make sure all debug files are created in log directory 15 years ago
kervala ec62912164 Changed: #991 Make sure all debug files are created in log directory 15 years ago
kervala 28c4072960 Changed: #991 Make sure all debug files are created in log directory 15 years ago
kervala 4e334e85b7 Fixed: #990 Add possibility to set and get log directory 15 years ago
kervala a5d0faaec5 Changed: #984 Create setWindowStyle and getWindowStyle private methods in OpenGL driver 15 years ago
kervala 3ed8f85188 Fixed: #984 Create setWindowStyle and getWindowStyle private methods in OpenGL driver 15 years ago
kervala cb649eba75 Fixed: #984 Create setWindowStyle and getWindowStyle private methods in OpenGL driver 15 years ago
kervala a877932708 Fixed: #984 Create setWindowStyle and getWindowStyle private methods in OpenGL driver 15 years ago
kervala bf6e36cd33 Changed: Removed files with no content from project (fix some VC++ warnings) 15 years ago
kervala dcf1277953 Changed: #842 Added SOVERSION property to shared libraries 15 years ago
kervala 7cbe65d2ef Changed: #878 Fix typos in comments/code 15 years ago
rti ec3f194b42 Changed: #947 fixed set mouse pos in fullscreen on non main monitor 15 years ago
rti 7457a1838f merge 15 years ago
rti ac758bc0e3 Changed: #947 fixed set mouse pos in fullscreen on non main monitor 15 years ago
kervala 91d971ad64 Fixed: #983 Create setWindowSize private method in OpenGL driver 15 years ago
rti 207c648b88 merge, fixed build with NL_MAC_NATIVE 15 years ago
rti 7e91dd34fd merge 15 years ago
kervala 5e298e8844 Fixed: #983 Create setWindowSize private method in OpenGL driver 15 years ago
rti 2e6078898e Changed: #947 fixed multi screen window positioning, implemented getCurrentScreenMode, (IDriver::InterfaceVersion = 0x67 to enable negative window positions) 15 years ago
kervala a63d1e249b Fixed: #981 Create createWindow and destroyWindow private methods in OpenGL driver 15 years ago
kervala f381f335e1 Changed: #878 Fix typos in comments/code 15 years ago
rti 45582ac1c8 Changed: #947 fixed mouse position setting on non main monitor 15 years ago
rti 6ff4d15826 merge 15 years ago
rti 1424cfb2b1 Changed: #947 fixed key 5 and 6 interchanged 15 years ago
kervala 6a78fc23a5 Fixed: #981 Create createWindow and destroyWindow private methods in OpenGL driver 15 years ago
kervala 90fc776669 Fixed: #981 Create createWindow and destroyWindow private methods in OpenGL driver 15 years ago
kervala eb769bfb9c Changed: #878 Fix typos in comments/code 15 years ago
kervala 2f93f19afc Fixed: #979 Implement getWindowPos for Linux 15 years ago
kervala e4e43d2ac3 Fixed: #980 Create a setScreenMode method in OpenGL driver 15 years ago
kervala 829e15f5bf Fixed: #980 Create a setScreenMode method in OpenGL driver 15 years ago
kervala 365745a3bf Fixed: #979 Implement getWindowPos for Linux 15 years ago
kervala 929f5a3b8d Changed: #970 Move all window and input related methods to a new file from OpenGL driver 15 years ago
kervala d16356fefe Changed: #970 Move all window and input related methods to a new file from OpenGL driver 15 years ago
kervala 9147170866 Fixed: #972 Do not reset mouse position to implement FreeLook (compilation fix for Windows) 15 years ago
kervala 72e5f44ed6 Fixed: #972 Do not reset mouse position to implement FreeLook (compilation fix for Windows) 15 years ago
kaetemi d4ad6c774d Merge 15 years ago
kaetemi 199ef975d8 Fixed: #974 OpenAL driver did not work anymore because of bad isBufferLoaded implementation. 15 years ago
rti ebc8121dd8 Fixed: #975 Fullscreen X11 on Mac is not available (vidmode missing), disable it in the driver. 15 years ago
rti cb9217d8a3 Changed: #947 mouse wheel, resizable flag 15 years ago
rti 0eda79d7b3 merge 15 years ago
rti f082ef3efb Fixed: #972 Do not reset mouse position to implement FreeLook (IDriver::InterfaceVersion = 0x66) 15 years ago
kervala 004f5b3f83 Changed: #825 Remove all warning when compiling Ryzom on Linux 15 years ago
kervala b4529541c3 Fixed: #960 mapping accentued keys to actions in game 15 years ago
kervala 4b15d7273e Changed: #878 Fix typos in comments/code 15 years ago
rti 458f5a1072 Changed: #842 fixed *.pc install source paths 15 years ago
rti 1b6382633a merge 15 years ago
rti 38fd14fbd2 Changed: #947 showCursor, setMousePos, improved window move, useOptimizedDrawing:YES, cleaned up comments 15 years ago
kervala e3cadf3de5 Fixed: #971 Another dead lock under Linux 15 years ago
kervala 7e5502b38c Changed: #842 Added pkg-config files 15 years ago
"Matt Raykowski" ede3c57553 Changed: #842 panolpy_maker finds libsquish, OpenAL driver finds EFX-Util on Windows. 15 years ago
rti 59155f1839 Changed: #947 enable bloom on mac (commented hardcoded "not for mac" gl ext stuff) 15 years ago
rti fc9bd00a81 merge 15 years ago
rti 23cbfdbb60 Changed: #947 added fullscreen and mode switching support 15 years ago
kervala 017935c302 Changed: #970 Move all window and input related methods to a new file from OpenGL driver 15 years ago
kervala 5af2dbea2a Changed: #878 Fix typos in comments/code 15 years ago
kervala 9df2f7fe95 Changed: #878 Fix typos in comments/code 15 years ago
kervala 293f47c367 Fixed: #898 Shadows under Linux 15 years ago
kervala d2c478106d Fixed: #963 Floating point exceptions 15 years ago
kervala d14e6418da Fixed: #963 Floating point exceptions 15 years ago
kervala 1cb5cf3e4d Fixed: #961 Allow use of UAnimationSet without activate headers optimization 15 years ago
kervala e823e9ece2 Changed: #878 Fix typos in comments/code 15 years ago
kervala e065046317 Changed: #860 Remove/convert/update old projects 15 years ago
kervala 76c34e285d Fixed: #898 Shadows under Linux 15 years ago
rti ff95aa3e84 Changed: #947 dead key support 15 years ago
rti a0e9e045dc Changed: #947 window position and cocoa screen coordinates 15 years ago
rti dce6ccf148 merge 15 years ago
rti 4ef905aab7 Changed #947 improved shortcut and unicode text handling 15 years ago
Thibaut Girka 70d25e6056 Changed: #926 enable window resizing 15 years ago
Thibaut Girka 102822ff00 Fixed: #926 fixed XF86VidModeModeInfo creation, should work on 64b 15 years ago
Thibaut Girka bd1f1f7c7e Merge local changes 15 years ago
rti b5c8752872 Changed: #947 window title, position, resize. fixed notify sound on key down. 15 years ago
rti 7e3fb9f078 Fixed: link X11 on Mac OS X if without WITH_COCOA 15 years ago
rti 0f62cfa0f2 Changed: #947 adds very basic mac cocoa support (cmake -DWITH_COCOA:bool=YES) 15 years ago
kervala 1cb477b8d3 Fixed: #951 Use nlWindow instead of void* for window ID 15 years ago
kervala f71252d0d5 Added: #825 CSystemUtils class in Makefile.am 15 years ago
rti e322091017 Fixed: #948 Ryzom Client: Mac OS X X11 unsupported color depth 15 years ago
rti 2deca37990 Fixed: #872 NEL: build on Mac OS X 15 years ago
kervala 35c1603f20 Fixed: #946 Add a check for GL_ARB_texture_rectangle 15 years ago
kervala 2a6620044c Fixed: jpeg read didn't implement _LoadGrayscaleAsAlpha neither. 15 years ago
kaetemi a1a5ed3b30 Fixed: Updated dds rename in tilebank to also work with png. 15 years ago
kaetemi cac95ed079 Fixed: Png read didn't implement _LoadGrayscaleAsAlpha. 15 years ago
aquiles 2f3f320843 Fixed: #944 Bloom for non NV Cards on OpenGL 15 years ago
kervala b31ad9974a Fixed: #941 Dead keys are not working on Linux 15 years ago
kervala 2522e93604 Changed: #941 Dead keys are not working on Linux 15 years ago
kervala e0a5ebf20f Changed: #942 Make all keys used for actions/macros identical on all platforms 15 years ago
Matt Raykowski 10577effa0 Update: Merged in nlWindow patch from SVN. 15 years ago
kervala 7c664c32f7 Changed: #942 Make all keys used for actions/macros identical on all platforms 15 years ago
kervala a63e6c5dc3 Changed: #942 Make all keys used for actions/macros identical on all platforms 15 years ago
kervala 247d75b75b Fixed: #937 Implement first time pressed keys on Linux 15 years ago
kervala 23d3e04d3e Fixed: #936 Invalid character when pressing DEL key under Linux 15 years ago
kervala cca38ca645 Fixed: #920 NeL - X11 Modifier Keys (Patch provided by rti) 15 years ago
kervala b6138d5ec8 Fixed: #920 NeL - X11 Modifier Keys (Patch provided by rti) 15 years ago
kervala 39f2624a69 Changed: #927 Move OS specific code from client or server to NeL when it's possible 15 years ago
kervala 05b6447aad Changed: #927 Move OS specific code from client or server to NeL when it's possible 15 years ago
kervala 2572ef9e9f Fixed: #869 Crash when updating Windows 7 progress bar 15 years ago
Thibaut Girka 9b5e5c9972 Refactor a bit 15 years ago
Thibaut Girka 9cb84682ae Add X mode setting when fullscreen 15 years ago
Thibaut Girka 69502d3362 Implement CDriverGL::setMode for X 15 years ago
kervala a9f92a0e36 Changed: #825 Remove all warning when compiling Ryzom on Linux 15 years ago
kervala 41a197060a Changed: #825 Remove all warning when compiling Ryzom on Linux (patch provided by ThibG) 15 years ago
kervala ef1182bc48 Changed: #853 Compilation on 64-bits platforms 15 years ago
kervala 45c8adf72f Changed: #825 Remove all warning when compiling Ryzom on Linux 15 years ago
kervala ca1a6f95fe Changed: #825 Remove all warning when compiling Ryzom on Linux 15 years ago
kervala c92db19b1d Fixed: #895 BUILD BREAK: Nel Broken again with listener_xaudio2.cpp syntax error 15 years ago
vl a0094b2234 Fixed: #887 add do/while to remove some warning and add missing ; 15 years ago
vl bb63259a3d Changed: #872 include path are not the same for openal on mac (patch by rti) 15 years ago
vl fa7b90e27d Changed: #872 threadid is now in size_t. patch by rti 15 years ago
kervala 3449a727c0 Fixed: #884 24bpp support (patch provided by ThibG) 15 years ago
Matt Raykowski 6901aaa0e4 merge 15 years ago
Matt Raykowski cd7af53bc8 Fixed: #849 CMake now finds XF86VidMode and links OpenGL correctly. 15 years ago
kervala d955ac8426 Changed: #878 Fix typos in comments/code 15 years ago
kervala 6eff3d4d61 Changed: #878 Fix typos in comments/code 15 years ago
vl 1009564115 Changed: make it compile in pure static 15 years ago
kervala 7734507190 Fixed: #871 Shared Libs loading on Mac OS X (patch provided by rti) 15 years ago
kervala 05c1f6bd2a Merge 15 years ago
kervala 85d83088a3 Fixed: #884 24bpp support (patch provided by ThibG) 15 years ago
vl b1022a83c5 Fixed: in static, it didn't compile 15 years ago
kervala aa8eba9d99 Fixed: #889 NLMISC ticksToSecond error on Mac OS X (patch provided by rti) 15 years ago
kervala 1c51331f5d Fixed: #889 NLMISC ticksToSecond error on Mac OS X (patch provided by rti) 15 years ago
kervala b8645f969f Changed: #841 Change the wrong header in the source code 15 years ago
kervala 538f7abb14 Fixed: #888 CSString::find and CSString::findNS broken 15 years ago
kervala d2d2427288 Changed: #876 Nel driver_xaudio2 and driver_dsound failed to compile 15 years ago
kervala 5214dc06fc Changed: #860 Remove/convert/update old projects 15 years ago
vl 929717e3b1 Fixed: make it compile 15 years ago
kervala ad6a1e6888 Changed: #843 Client Core crashing on direct3d shader driver 15 years ago
kervala 1a649a8d23 Merge 15 years ago
kervala 783c0ac359 Merge 15 years ago
Matt Raykowski c9d0e92ad7 Resolved: #876 Applied patch from Nille02 - typos in header move branch. Missed music_channel_xaudio2.h
--HG--
branch : branch_pvt_headers
15 years ago
Matt Raykowski 57220dbd7d Resolved: #876 Applied patch from Nille02 - typos in header move branch.
--HG--
branch : branch_pvt_headers
15 years ago
Matt Raykowski 85bc5bdb84 merge 15 years ago
Matt Raykowski f5b2d23db4 Update: #870 Fixing the private headers issues. 15 years ago
kervala b25c2fa105 Merge 15 years ago
vl b577ab73bc Fixed: #857 linux/assertion failure CCoTask::getCurrentTask() == this. patch by ratmice 15 years ago
vl 45283a568c Changed: #865 make the mutex working on Linux 15 years ago
kervala 8b7144733a Changed: #866 VER_SUITE_STORAGE_SERVER and VER_SUITE_COMPUTE_SERVER not defined 15 years ago
kervala 0ad6f116b1 Changed: #860 Remove/convert/update old projects 15 years ago
kervala 0391b3fad6 Changed: #860 Remove/convert/update Visual C++ projects 15 years ago
acemtp@users.sourceforge.net 8b920944dd Changed: #832 add +x on linux script to be executable 15 years ago
acemtp@users.sourceforge.net 29b38937a5 Fixed: #841 set the good agpl header 15 years ago
acemtp@users.sourceforge.net d5c601ffa5 initial version 15 years ago