kervala
|
380bac5728
|
Changed: Replaced some NLMISC::strlwr by NLMISC::toLower
|
2015-11-13 16:22:49 +01:00 |
|
kervala
|
72e707bbe0
|
Changed: Minor changes
|
2015-11-06 15:48:23 +01:00 |
|
kervala
|
58d6ebb7a6
|
More checks before to get a pointer on a CCDBNodeLeaf, fixes #251
|
2015-11-06 15:47:58 +01:00 |
|
Jan Boon
|
ae7ee163a0
|
Merged in nimetu/ryzomcore/issue-221 (pull request #100)
improve chatlog file (issue #221)
|
2015-02-22 11:01:08 +01:00 |
|
kervala
|
5b1926aeb4
|
Changed: std::string already initialized to en empty string
|
2015-02-14 13:18:51 +01:00 |
|
Nimetu
|
44663f0a6c
|
Include chat message channel/type to chatlog file
|
2015-01-15 20:08:28 +02:00 |
|
kaetemi
|
f601e916bf
|
Remove warnings, ref #177
|
2014-08-26 13:48:34 +02:00 |
|
kaetemi
|
d02891b939
|
Adjust casts, ref #177
|
2014-08-26 13:33:18 +02:00 |
|
kaetemi
|
429219db7a
|
Inventory bug workaround, ref #177
|
2014-08-25 15:32:00 +02:00 |
|
kaetemi
|
c93b04df1d
|
Backed out changeset: 897087f1fa71, 7c3f1f0dc9d8, 61d11f94e3ea
|
2014-04-30 12:54:20 +02:00 |
|
kaetemi
|
7af85d6f2f
|
Add command to eternally trap players ingame
|
2014-04-01 13:52:36 +02:00 |
|
kaetemi
|
34553ca2db
|
Fix a compile error
|
2013-07-28 17:49:28 +02:00 |
|
kaetemi
|
8bbb438674
|
Avoid redundant per-frame calls to getDbProp in CNetManager
|
2013-07-28 05:10:06 +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
|
05ae6371c1
|
Changed: Minor changes
|
2012-10-28 13:47:09 +01:00 |
|
kervala
|
78fe1850f1
|
Changed: Synchronization with SVN
|
2012-09-11 20:26:36 +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
|
ab8b296adc
|
CHANGED: #1471 CGroupList is now part of NELGUI library, and is under NLGUI namespace.
|
2012-06-22 06:48:19 +02:00 |
|
dfighter1985
|
1854b8e33a
|
CHANGED: #1471 CCtrlTextButton is now part of NELGUI library, and is under NLGUI namespace.
|
2012-06-21 22:20:02 +02:00 |
|
dfighter1985
|
ed9c2c84ec
|
CHANGED: #1471 CViewTextID is now part of the NELGUI library and is under the NLGUI namespace.
|
2012-06-21 07:18:25 +02:00 |
|
dfighter1985
|
41134639db
|
CHANGED: #1471 Moved CInterface::runActionHandler methods to CAHManager.
|
2012-06-01 01:22:05 +02:00 |
|
dfighter1985
|
51a515fded
|
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.
|
2012-06-01 00:19:53 +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 |
|
dfighter1985
|
8d2f01fac8
|
ADDED: #1471 Added new class CWidgetManager, and started to move code into it from CInterfaceManager.
|
2012-05-30 02:12:37 +02:00 |
|
sfb
|
2f9410f22d
|
Fixed EOL issues and added .hgeol file.
|
2012-05-29 08:31:11 -05: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
|
4e6e7d9a6e
|
Extracted the CDB bank handling code into a new class CCDBBankHandler, the CDB system should be now totally independent of Ryzom.
|
2012-04-17 08:23:02 +02:00 |
|
dfighter1985
|
cf2305b1ce
|
CDB is now part of NLMISC. However it still requires some work!
|
2012-04-16 06:08:12 +02:00 |
|
kervala
|
81e1e78b02
|
Fixed: Compilation under Mac OS X
|
2012-02-29 23:12:07 +01:00 |
|
kervala
|
a272d956c2
|
Changed: #1433 Merge changes from patch 1.13
|
2012-02-27 16:10:47 +01:00 |
|
sfb
|
03b4c8db28
|
Fixed: #1334 Applied Ulukyn's patch. Adds two new config variables - WebIgMainDomain and WebIgTrustedDomains.
|
2011-12-21 09:49:30 -06:00 |
|
kervala
|
6deae3686b
|
Changed: #878 Fix typos in comments/code
|
2011-06-03 15:17:23 +02:00 |
|
kervala
|
cbc41fb73a
|
Changed: Exceptions catched by reference
|
2011-06-03 10:42:40 +02:00 |
|
kervala
|
e896f53b6b
|
Changed: Exceptions catched by reference
|
2011-06-02 18:43:58 +02:00 |
|
kervala
|
4aa2c68151
|
Changed: #878 Fix typos in comments/code
|
2011-05-31 22:16:17 +02:00 |
|
kervala
|
db6f3defa2
|
Changed: Merge changes from next patch
|
2011-05-26 14:33:04 +02:00 |
|
kervala
|
eaf5f1179b
|
Changed: Changes from last patch
|
2011-03-11 18:40:06 +01:00 |
|
kervala
|
5ac53fb64e
|
Changed: Changes from last patch
|
2011-03-09 13:40:44 +01:00 |
|
kervala
|
6362857850
|
Changed: #878 Fix typos in comments/code
|
2010-11-12 14:26:38 +01:00 |
|
kervala
|
eca4acbe49
|
Changed: #1135 Reverted some changes from next Ryzom patch
|
2010-11-07 18:51:39 +01:00 |
|
kervala
|
24dfa7bf3d
|
Changed: #1135 Merge changes from Ryzom patch 1.10
|
2010-11-05 09:45:24 +01:00 |
|
kervala
|
411405feb5
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-10-24 20:23:15 +02:00 |
|
kervala
|
5c1aee1509
|
Changed: #1135 Merge changes from Ryzom patch 1.10
|
2010-10-18 20:02:31 +02:00 |
|
kervala
|
bbb68d1c08
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-09-26 22:09:58 +02:00 |
|
vl
|
d3fd4c5789
|
Removed: flooding warning
|
2010-07-28 09:35:50 +02:00 |
|
kervala
|
3cae173804
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-07-16 22:23:45 +02:00 |
|
kervala
|
840179a65c
|
Changed: optimizations for PCH
|
2010-07-10 14:06:33 +02:00 |
|