Commit Graph

5802 Commits (30c5a88eb709eb06b6c3676e7017d0ebbdacc01f)
 

Author SHA1 Message Date
dfighter1985 d2c30f366d CHANGED: Renamed the action handler factory manager to CAHManager and moved some global functions into it as instance methods. Also broke up an action handler file to AH and Ryzom related files.
--HG--
branch : gui-refactoring
SirCotare 29d1d9372f class files moved; some rendering improvements;
--HG--
branch : gsoc2012-achievements
dfighter1985 0755db035f CHANGED: Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc )
--HG--
branch : gui-refactoring
dfighter1985 5ebc0c64cc ADDED: Added new class CWidgetManager, and started to move code into it from CInterfaceManager.
--HG--
branch : gui-refactoring
sfb 41fd2c3651 Added: Created branch to segregate my GEQt clutter from default.
--HG--
branch : branch-features-geqt-plugin
sfb af454dd1cf Fixed EOL issues and added .hgeol file.
SirCotare c4962725a3 Achievement summary added; improved menu handling; Class scheme (UML) added;
--HG--
branch : gsoc2012-achievements
dfighter1985 2ce2940bf3 CHANGED: According to dnk-88 these methods are no longer needed, the XML description file is enough for the plugins.
--HG--
branch : gsoc2012-gui-editor
dfighter1985 f4781db64b ADDED: OVQT GUI Editor plugin skeleton code.
--HG--
branch : gsoc2012-gui-editor
SirCotare 454055ad7e working frontend + demo data; ingame rendering not included
--HG--
branch : gsoc2012-achievements
Fabien_HENON a55297c29a Changed: StringId conversion to CSheetId for sounds
--HG--
branch : gsoc2012-fabien
Fabien_HENON dd6f2f2611 Changed: Getting last version from default branch
--HG--
branch : gsoc2012-fabien
Fabien_HENON f70bdc4032 Changed: StringId conversion to SheetId for sounds V2 (DOES NOT COMPILE YET)
--HG--
branch : gsoc2012-fabien
SirCotare 36f39152e5 bugfix in webig renderer (bgcolor); ER scheme/SQL update; untested wip of achievement app
--HG--
branch : gsoc2012-achievements
dfighter1985 2db0a5d06e CHANGED: CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace.
--HG--
branch : gui-refactoring
kervala e9692f5fea Fixed: Compilation under Mac OS X without -DWITH_STATIC_DRIVERS=ON
dfighter1985 4284b5f4d5 CHANGED: CInterfaceProperty is not part of the NELGUI library and is under NLGUI namespace.
--HG--
branch : gui-refactoring
rti b09cd066d7 merge
rti 63191bb27d Fixed: Build on Mac OS X, "id" is a datatype in objective-c(++)
kervala fa63a284c2 Fixed: Compilation with new MySQL headers
dfighter1985 95955b72fe CHANGED: instead of CInterfaceManager, the new global db manager will be used.
--HG--
branch : gui-refactoring
dfighter1985 b834d9ea17 ADDED: added a global db manager for the GUI library, also added support for resizeing the CDB bank handler.
--HG--
branch : gui-refactoring
Fabien_HENON 5174e15521 Changed: StringId conversion to SheetId for sound (DOES NOT COMPILE YET)
--HG--
branch : gsoc2012-fabien
kaetemi fade75eba6 Added: Hack to exclude .sound sheets starting with _ from being filtered out from the sheet_id.bin. Sound sheets do not follow the conventional sheets naming pattern at the moment
dfighter1985 f769f6fb0c CHANGED: Moved the stuff I moved to NELGUI library, under the NLGUI namespace.
--HG--
branch : gui-refactoring
dfighter1985 5a2a89b4fc CHANGED: Moved the previously refactored code to the NELGUI library.
--HG--
branch : gui-refactoring
dfighter1985 c0f13794de Added: CLuaManager, Singleton for the Lua state, the code parts that depend on a globally available Lua state now depend on this instead of CInterfaceManager. Also refactored the code so it's ready to be moved to the NELGUI lib.
--HG--
branch : gui-refactoring
kervala d27c9cfc69 Fixed: Compilation with new MySQL headers
kervala f6178de16c Changed: Don't include local files in PCH
kervala b0c27a92ce Fixed: Some Windows.h inclusions
dfighter1985 95a7d2667b Some more Lua refactoring, started to break CLuaIHM into 2 parts. CLuaIHM will be generic, CLuaIHMRyzom will contain the Ryzom only code.
--HG--
branch : gui-refactoring
dfighter1985 4e3552694a CLuaString will no longer depend on CInterfaceManager.
--HG--
branch : gui-refactoring
kervala 78bc0fb0d7 Fixed: Compilation with new mysqlclient headers
kervala 4be2469c8b Fixed: Compilation under Windows
kervala 96372fb098 Changed: Fix typos in comments/code
kervala 09a163d76e Fixed: Revision 0 bug
kervala dc8b368cfc Changed: Fix PCH for some cases under Mac OS X
dfighter1985 1289f028a0 Moved some Lua stuff over to the NelGUI library.
--HG--
branch : gui-refactoring
kervala 7cc130f42a Changed: Revert a previous "fix" because iconv is already linked to Ryzom client under Mac OS X
kervala 0ca7e4d64d Fixed: Compilation under Mac OS X where curl needs iconv
dfighter1985 07b5992f94 Moved some Lua related string formatting methods from CInterfaceManager to
LuaHelperStuff namespace.

--HG--
branch : gui-refactoring
kervala d2de5596f5 Fixed: Compilation under Linux
kervala b0e48907d7 Fixed: Map time and weather Issue (synced with SVN, thanks!)
dfighter1985 e694c62fdc FIXED: Crash caused by CInterfaceLinkUpdater trying to remove itself after CInterfaceManager had been released.
--HG--
branch : gui-refactoring
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
SirCotare 14d5257929 still learning hg... ER scheme update
--HG--
branch : gsoc2012-achievements
SirCotare 28d24a4cb3 DB ready for initial webig implementation
--HG--
branch : gsoc2012-achievements
SirCotare 328e062e74 ER updated; SQL dump added
--HG--
branch : gsoc2012-achievements
SirCotare b220a2a091 Database ER scheme (wip)
--HG--
branch : gsoc2012-achievements
sfb 4ed75f94f4 Changed: Changed the README to have the AGPL version in it