dfighter1985
|
d2c30f366d
|
CHANGED: #1471 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
|
2012-06-01 00:19:53 +02:00 |
|
dfighter1985
|
0755db035f
|
CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc )
--HG--
branch : gui-refactoring
|
2012-05-31 04:27:27 +02:00 |
|
dfighter1985
|
5ebc0c64cc
|
ADDED: #1471 Added new class CWidgetManager, and started to move code into it from CInterfaceManager.
--HG--
branch : gui-refactoring
|
2012-05-30 02:12:37 +02:00 |
|
dfighter1985
|
2db0a5d06e
|
CHANGED: #1471 CInterfaceExpr, CInterfaceExprNode and related classes are now in NELGUI and under NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-05-25 03:21:03 +02:00 |
|
dfighter1985
|
4284b5f4d5
|
CHANGED: #1471 CInterfaceProperty is not part of the NELGUI library and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-05-24 18:23:51 +02:00 |
|
dfighter1985
|
95955b72fe
|
CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used.
--HG--
branch : gui-refactoring
|
2012-05-24 05:02:24 +02:00 |
|
dfighter1985
|
f769f6fb0c
|
CHANGED: #1471 Moved the stuff I moved to NELGUI library, under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-05-23 19:40:41 +02:00 |
|
dfighter1985
|
5a2a89b4fc
|
CHANGED: #1471 Moved the previously refactored code to the NELGUI library.
--HG--
branch : gui-refactoring
|
2012-05-23 04:13:58 +02:00 |
|
dfighter1985
|
c0f13794de
|
Added: #1471 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
|
2012-05-23 02:41:43 +02:00 |
|
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
|
2012-05-21 03:35:05 +02:00 |
|
dfighter1985
|
4e3552694a
|
CLuaString will no longer depend on CInterfaceManager.
--HG--
branch : gui-refactoring
|
2012-05-20 00:59:31 +02:00 |
|
dfighter1985
|
1289f028a0
|
Moved some Lua stuff over to the NelGUI library.
--HG--
branch : gui-refactoring
|
2012-05-19 23:00:52 +02:00 |
|
dfighter1985
|
07b5992f94
|
Moved some Lua related string formatting methods from CInterfaceManager to
LuaHelperStuff namespace.
--HG--
branch : gui-refactoring
|
2012-05-19 00:00:09 +02:00 |
|
dfighter1985
|
e694c62fdc
|
FIXED: Crash caused by CInterfaceLinkUpdater trying to remove itself after CInterfaceManager had been released.
--HG--
branch : gui-refactoring
|
2012-05-17 03:38:27 +02:00 |
|
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
|
2012-05-17 03:28:50 +02:00 |
|
dfighter1985
|
4996705ed7
|
Moved event descriptors under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-05-10 23:31:39 +02:00 |
|
dfighter1985
|
aed979a7fe
|
Created NELGUI library, moved the GUI event descriptors there.
--HG--
branch : gui-refactoring
|
2012-05-10 22:17:04 +02:00 |
|
dfighter1985
|
d127d59807
|
Merging cdb-refactoring into gui-refactoring.
--HG--
branch : gui-refactoring
|
2012-04-28 21:36:39 +02:00 |
|
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
|
2012-04-27 22:49:38 +02:00 |
|
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
|
2012-04-22 06:45:35 +02:00 |
|
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
|
2012-04-17 08:23:02 +02:00 |
|
dfighter1985
|
17eab4ef52
|
CDB is now part of NLMISC. However it still requires some work!
--HG--
branch : cdb-refactoring
|
2012-04-16 06:08:12 +02:00 |
|
dfighter1985
|
29cde6e15b
|
Moved xml auto pointer to nlmisc.
--HG--
branch : cdb-refactoring
|
2012-04-16 02:50:18 +02:00 |
|
dfighter1985
|
0b3eec581d
|
CDB no longer depends on Ryzom database banks.
--HG--
branch : cdb-refactoring
|
2012-04-16 02:18:07 +02:00 |
|
dfighter1985
|
634739af81
|
CDB no longer depends on CInterfaceLink.
--HG--
branch : cdb-refactoring
|
2012-04-16 01:31:21 +02:00 |
|
kaetemi
|
e611666391
|
Fixed: Warnings
|
2012-04-13 23:29:18 +02:00 |
|
kaetemi
|
def7d31721
|
Merge
|
2012-04-13 11:59:56 +02:00 |
|
kaetemi
|
cdb719130f
|
Changed: #1459 Simplify the sound group controller interface
|
2012-04-13 11:54:20 +02:00 |
|
kervala
|
1b6c957c81
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-04-13 09:36:51 +02:00 |
|
kaetemi
|
ac948b8a53
|
Changed: #1461 Bad minimum value for comparing fast swim speed causes random switching between fast and slow swim speed particle effects
|
2012-04-13 03:06:52 +02:00 |
|
kaetemi
|
41968b0674
|
Fixed: Compile error
--HG--
branch : sound_dev
|
2012-04-11 21:49:25 +02:00 |
|
kaetemi
|
18f75a4bd0
|
Changed: #1459 Use effects group controller for ryzom client effects volume control
--HG--
branch : sound_dev
|
2012-04-11 11:24:48 +02:00 |
|
kaetemi
|
7a95fae1f9
|
Changed: Improve performance of ryzom client CSoundManager. Strange code, though.
--HG--
branch : sound_dev
|
2012-04-11 00:48:47 +02:00 |
|
kervala
|
55f7150202
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-04-08 14:23:36 +02:00 |
|
kervala
|
36fcd706fa
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-04-07 23:47:55 +02:00 |
|
kervala
|
de9b4be9c6
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-04-07 22:30:39 +02:00 |
|
kervala
|
48e05d0056
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-04-07 20:04:08 +02:00 |
|
kervala
|
0ac33d338a
|
Changed: #825 Remove all warnings when compiling Ryzom
|
2012-04-07 15:04:26 +02:00 |
|
kervala
|
cdcdc05e88
|
Fixed: #1448 Compilation with CLang
|
2012-04-07 14:57:15 +02:00 |
|
kervala
|
18ea4f8004
|
Changed: Check for Lua, Luabind, CURL and LibWWW only if compiling the client
|
2012-04-07 14:03:50 +02:00 |
|
kervala
|
6c768a144a
|
Changed: #1448 Compilation with CLang
|
2012-04-07 11:51:21 +02:00 |
|
kervala
|
425927cd50
|
Changed: #1448 Compilation with CLang (patch provided by GelluleX, thanks !)
|
2012-04-07 11:14:21 +02:00 |
|
kaetemi
|
b1bfd3da01
|
Fixed: #1455 Bad changes in revision 48a37af6954c
|
2012-04-05 19:30:41 +02:00 |
|
kaetemi
|
fab5ddfd74
|
Fixed: Compile errors under Linux.
|
2012-04-05 17:45:53 +02:00 |
|
sfb
|
e5cf9934e7
|
Fixed: #1455 VS10 isn't implicitly casting to CSString. Forcing it, which is probably more correct anyway.
|
2012-04-02 14:26:12 -05:00 |
|
sfb
|
e2b2b8ffca
|
Fixed: #1378 Imported nimetu's WebIG reference implementation.
|
2012-03-22 15:48:13 -05:00 |
|
sfb
|
4c2a3b6801
|
Fixed: #1414 Copied index.ctp to listdir.ctp and admin_index.ctp to eliminate symlinks.
|
2012-03-22 15:18:17 -05:00 |
|
sfb
|
a3ca1d10bc
|
Changed: #1414 Removing symlinks.
|
2012-03-22 15:17:12 -05:00 |
|
sfb
|
1279aa5d3a
|
merge from default
--HG--
branch : gsoc2011-kerozcak
|
2012-03-22 14:31:07 -05:00 |
|
kervala
|
a840c0fa56
|
Changed: #878 Fix typos in comments/code
|
2012-03-17 15:01:27 +01:00 |
|