kervala
|
808f7b2c30
|
Use new wrapper insteaf of fopen, issue #261
|
2016-02-20 17:56:25 +01:00 |
|
kervala
|
c1c836a9b3
|
Changed: Replace strlwr by toLower
|
2016-01-09 16:07:38 +01:00 |
|
kervala
|
e68d348f66
|
Changed: Centralize config.h to avoid recompiling too many files in config.h each time config.h is modified
|
2015-12-07 19:13:50 +01:00 |
|
kervala
|
3c6e3c4eaa
|
Fixed: Completely remove Yubo Chat since it's not used anymore (patch by Kaetemi)
|
2015-12-03 12:49:51 +01:00 |
|
kervala
|
0ad9f15831
|
Changed: Use RYZOM_VERSION from config.h (generated by CMake)
|
2015-11-29 14:37:14 +01:00 |
|
kervala
|
380bac5728
|
Changed: Replaced some NLMISC::strlwr by NLMISC::toLower
|
2015-11-13 16:22:49 +01:00 |
|
kervala
|
02633263d0
|
Fixed: Use ShellExecute to open a document or URL as primary method, because second one doesn't work everytime
|
2015-11-07 18:31:58 +01:00 |
|
kervala
|
d6a2af6abd
|
Changed: Minor changes
|
2015-01-13 14:11:07 +01:00 |
|
kaetemi
|
6fa7ddd5a4
|
Fix Ryzom client compile under MinGW
|
2014-06-19 01:17:35 +02:00 |
|
kaetemi
|
5fa4beab46
|
Fixes to compile Ryzom Client with lua 5.2
|
2013-06-16 03:43:45 +02:00 |
|
mattraykowski
|
aa261f28a4
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
|
dfighter1985
|
421582d386
|
MODIFIED: #1471 Merged mainline default to this branch.
|
2012-11-25 05:22:40 +01:00 |
|
kervala
|
03db8750ad
|
Changed: Synchronization with SVN
|
2012-09-26 12:45:34 +02:00 |
|
dfighter1985
|
5f49fab257
|
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.
|
2012-07-14 01:46:22 +02:00 |
|
dfighter1985
|
f2c3c55bde
|
CHANGED: #1471 CInterfaceParser is now a component of CWidgetManager, and is instantiated by an abstract factory method. (IParser::createParser())
|
2012-07-13 05:37:09 +02:00 |
|
dfighter1985
|
3e5137810b
|
CHANGED: #1474 CInterfaceManager is no longer a subclass of CInterfaceParser, instead CInterfaceParser is a component of CInterfaceManager.
|
2012-07-12 21:39:51 +02:00 |
|
dfighter1985
|
c9692cfc05
|
CHANGED: #1471 Moved some Lua related code from CInterfaceManager to CLuaManager and CInterfaceParser.
|
2012-07-12 09:01:35 +02:00 |
|
dfighter1985
|
e24cffa79f
|
Merged default branch into gui-refactoring.
|
2012-07-02 22:46:08 +02:00 |
|
dfighter1985
|
02227edb58
|
CHANGED: #1471 CGroupEditBox is now in the NELGUI library and is under the NLGUI namespace.
|
2012-06-23 03:27:49 +02:00 |
|
dfighter1985
|
c57c909ed7
|
CHANGED: #1471 CCtrlBaseButton is now part of the NELGUI Library.
|
2012-06-15 22:40:08 +02:00 |
|
dfighter1985
|
7a32e739e7
|
CHANGED: #1471 Moved lots of code from CInterfaceManager to CWidgetManager ( mostly code that is directly used by the widgets )
|
2012-06-03 03:48:31 +02:00 |
|
kaetemi
|
b7d687d0c0
|
Merged: From default to sound_dev
|
2012-06-02 11:09:14 +02:00 |
|
dfighter1985
|
41134639db
|
CHANGED: #1471 Moved CInterface::runActionHandler methods to CAHManager.
|
2012-06-01 01:22:05 +02:00 |
|
dfighter1985
|
2e9fe265f2
|
CHANGED: #1471 Moved some more code from CInterfaceManager to CWidgetManager ( mostly widget lookup, modal handling, pointer, etc )
|
2012-05-31 04:27:27 +02:00 |
|
sfb
|
2f9410f22d
|
Fixed EOL issues and added .hgeol file.
|
2012-05-29 08:31:11 -05:00 |
|
Fabien_HENON
|
c2a054fe90
|
Changed: #1469 StringId conversion to SheetId for sounds V2 (DOES NOT COMPILE YET)
|
2012-05-26 19:21:19 +02:00 |
|
dfighter1985
|
dc6c1db2cd
|
CHANGED: #1471 instead of CInterfaceManager, the new global db manager will be used.
|
2012-05-24 05:02:24 +02:00 |
|
dfighter1985
|
731d1ced46
|
CHANGED: #1471 Moved the previously refactored code to the NELGUI library.
|
2012-05-23 04:13:58 +02:00 |
|
dfighter1985
|
4db9e47d13
|
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.
|
2012-05-23 02:41:43 +02:00 |
|
dfighter1985
|
0d0fe51a0d
|
Some more Lua refactoring, started to break CLuaIHM into 2 parts. CLuaIHM will be generic, CLuaIHMRyzom will contain the Ryzom only code.
|
2012-05-21 03:35:05 +02:00 |
|
dfighter1985
|
e1b6690e6f
|
Moved some Lua related string formatting methods from CInterfaceManager to
LuaHelperStuff namespace.
|
2012-05-19 00:00:09 +02:00 |
|
dfighter1985
|
cf2305b1ce
|
CDB is now part of NLMISC. However it still requires some work!
|
2012-04-16 06:08:12 +02:00 |
|
sfb
|
12a20bd94c
|
merge
|
2012-02-29 09:32:53 -06:00 |
|
kervala
|
5b5a050616
|
Changed: Exceptions catched by reference
|
2011-06-03 10:35:25 +02:00 |
|
kervala
|
540bc1f62f
|
Changed: Exceptions catched by reference
|
2011-06-02 18:31:40 +02:00 |
|
kervala
|
db6f3defa2
|
Changed: Merge changes from next patch
|
2011-05-26 14:33:04 +02:00 |
|
kervala
|
5ac53fb64e
|
Changed: Changes from last patch
|
2011-03-09 13:40:44 +01:00 |
|
kervala
|
24dfa7bf3d
|
Changed: #1135 Merge changes from Ryzom patch 1.10
|
2010-11-05 09:45:24 +01:00 |
|
kervala
|
ad5a89cc16
|
Changed: #1135 Merge changes from Ryzom patch 1.10
|
2010-10-26 13:24:22 +02:00 |
|
kervala
|
5c1aee1509
|
Changed: #1135 Merge changes from Ryzom patch 1.10
|
2010-10-18 20:02:31 +02:00 |
|
kervala
|
dac2ec8357
|
Changed: #991 Make sure all debug files are created in log directory
|
2010-06-21 21:03:21 +02:00 |
|
kervala
|
804170c6f0
|
Changed: #878 Fix typos in comments/code
|
2010-06-13 16:58:11 +02:00 |
|
kervala
|
5bf30a0951
|
Changed: #825 Remove all warning when compiling Ryzom on Linux
|
2010-06-12 16:33:45 +02:00 |
|
kervala
|
737427674c
|
Changed: #825 Remove all warning when compiling Ryzom on Linux
|
2010-05-13 22:45:24 +02:00 |
|
acemtp
|
1792297c93
|
initial version
|
2010-05-06 02:08:41 +02:00 |
|