Commit graph

138 commits

Author SHA1 Message Date
Nimetu
74a4e107b6 Added: Monospace font options 2016-07-24 16:07:18 +03:00
Nimetu
16c0314701 Changed: If char keys/icfg file does not exist, use shared keys/icfg file 2016-07-01 21:37:26 +03:00
kervala
d94941a20b Changed: Replace size() comparisons by empty() 2016-05-25 23:18:11 +02:00
Nimetu
8b767cabcd Changed: When writing to icfg or keys files, write to temp file and then rename 2016-04-29 12:16:43 +03:00
kervala
808f7b2c30 Use new wrapper insteaf of fopen, issue #261 2016-02-20 17:56:25 +01:00
Nimetu
3962546457 Changed: Set context menu case mode to 'normal' 2016-02-13 17:36:40 +02:00
kervala
bc86030636 Fixed: Display of emotes using the same character case as in translations and showing corresponding command to type 2016-01-23 19:06:28 +01:00
kervala
80ec8e4321 Changed: Minor changes 2015-12-26 14:00:39 +01:00
Nimetu
02b5c3e4ed Added: 12-hour clock in radar and chat 2015-12-13 21:01:56 +02:00
kervala
bf73907da1 Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*) 2015-12-13 13:03:16 +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
c27e1062e4 Changed: Support for integer types in Lua 5.3, fixes #253 2015-11-13 18:42:50 +01:00
kervala
380bac5728 Changed: Replaced some NLMISC::strlwr by NLMISC::toLower 2015-11-13 16:22:49 +01:00
Nimetu
5ee0ee96cb Correctly save and restore screen resolution from icfg file 2015-11-12 23:47:23 +02:00
Nimetu
356cc7c3df Changed: Allow to set max concurrent cURL connections per CGroupHTML instance 2015-11-08 01:51:34 +02:00
kervala
0afd605acc Fixed: Clang warnings 2015-11-07 18:33:43 +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
68e56e02b2 Merge with hotfix 2015-02-14 15:19:49 +01:00
kervala
f3b38eed9b Changed: Improved User Agent management 2015-02-14 15:18:53 +01:00
kervala
5221bf199c Merge with hotfix 2015-02-14 14:31:19 +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
kervala
bdfa7a624e Changed: Minor changes 2014-12-26 13:38:02 +01:00
kaetemi
fb56ef3fdc Merge 2014-04-30 12:57:54 +02:00
kaetemi
c93b04df1d Backed out changeset: 897087f1fa71, 7c3f1f0dc9d8, 61d11f94e3ea 2014-04-30 12:54:20 +02:00
kervala
3dca7304f0 Fixed #151: White box on character selection screen (a big thanks to nimetu for the patch!) 2014-04-29 10:31:02 +02:00
kaetemi
7af85d6f2f Add command to eternally trap players ingame 2014-04-01 13:52:36 +02:00
kervala
b3cef75c76 Fixed: Improve compilation speed including revision.h in a smaller .cpp file 2014-03-26 13:13:17 +01:00
Nimetu
4185369ce9 Hide over the limit landmarks instead deleting them 2014-01-03 22:43:00 +02:00
kervala
df8c6e9b08 Changed: Created NELID macro to fix warning "multi-character character constant" 2013-09-22 13:10:57 +02:00
kaetemi
34553ca2db Fix a compile error 2013-07-28 17:49:28 +02:00
kaetemi
36c969252b Avoid redundant per-frame calls to getDbProp in NLGUI::CWidgetManager 2013-07-28 00:48:34 +02:00
kaetemi
1273830c0e Avoid redundant per-frame calls to getDbValue32(toString("SERVER:CHARACTER_INFO:CHARACTERISTICS%d:VALUE", i)) 2013-07-28 00:29:32 +02:00
kervala
8a68c5e54f Changed: Moved Ryzom detailed version in client 2013-04-29 14:46:53 +02:00
dfighter1985
b25d4b628f MODIFIED: Resolved some GCC build errors. 2013-02-17 14:30:05 +01: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
2b86a180e6 Changed: Replaced string empty comparisons with empty() 2012-10-06 17:17:26 +02:00
kervala
78fe1850f1 Changed: Synchronization with SVN 2012-09-11 20:26:36 +02:00
dfighter1985
da53ae9206 CHANGED: #1471 The local string mapper is now instantiated by CWidgetManager. 2012-07-16 06:16:43 +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
99b8ee5758 CHANGED: #1471 no need to go thru CInterfaceManager, when CViewRenderer has it's own Singleton. 2012-07-12 23:04:36 +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
7e8e21e2f6 CHANGED: #1471 Moved CProcedure code to it's own files, and also moved the procedure handling code from CInterfaceManager to CWidgetManager. 2012-07-12 05:29:33 +02:00
dfighter1985
b2ee4d275c CHANGED: #1471 Moved some more GUI code from CInterfaceManager to CWidgetManager. 2012-07-11 22:27:22 +02:00
dfighter1985
6506989e14 CHANGED: #1471 Moved the input event handling code from CInterfaceManager to CWidgetManager. 2012-07-11 06:44:34 +02:00
dfighter1985
86302f6a39 CHANGED: #1471 Moved the widget drawing code from CInterfaceManager to CWidgetManager, so the GUI library can now draw the widgets! 2012-07-10 23:01:09 +02:00
dfighter1985
27953ec7e8 CHANGED: #1471 Moved the contexthelp drawing/controlling code to the GUI library. 2012-07-10 06:25:15 +02:00