kervala
|
cafc06e70c
|
Fixed: Clang warnings
--HG--
branch : develop
|
2015-11-07 18:33:43 +01:00 |
|
kervala
|
2baddc78ac
|
More checks before to get a pointer on a CCDBNodeLeaf, fixes #251
--HG--
branch : develop
|
2015-11-06 15:47:58 +01:00 |
|
Jan Boon
|
543331ea75
|
Merged in nimetu/ryzomcore/issue-221 (pull request #100)
improve chatlog file (issue #221)
--HG--
branch : develop
|
2015-02-22 11:01:08 +01:00 |
|
kervala
|
e9b5cc4410
|
Merge with hotfix
--HG--
branch : develop
|
2015-02-14 15:19:49 +01:00 |
|
kervala
|
4b397f3e5b
|
Changed: Improved User Agent management
--HG--
branch : hotfix
|
2015-02-14 15:18:53 +01:00 |
|
kervala
|
e8b0765e7c
|
Merge with hotfix
--HG--
branch : develop
|
2015-02-14 14:31:19 +01:00 |
|
kervala
|
1960f5c448
|
Changed: std::string already initialized to en empty string
--HG--
branch : hotfix
|
2015-02-14 13:18:51 +01:00 |
|
Nimetu
|
53f6adb041
|
Include chat message channel/type to chatlog file
--HG--
branch : issue-221
|
2015-01-15 20:08:28 +02:00 |
|
kervala
|
6596af9682
|
Changed: Minor changes
--HG--
branch : develop
|
2014-12-26 13:38:02 +01:00 |
|
kaetemi
|
db5c65fedf
|
Merge
|
2014-04-30 12:57:54 +02:00 |
|
kaetemi
|
1a4a7bafab
|
Backed out changeset: 897087f1fa71, 7c3f1f0dc9d8, 61d11f94e3ea
|
2014-04-30 12:54:20 +02:00 |
|
kervala
|
50324ccd55
|
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
|
562dae3c3f
|
Add command to eternally trap players ingame
|
2014-04-01 13:52:36 +02:00 |
|
kervala
|
e9b8ee0fec
|
Fixed: Improve compilation speed including revision.h in a smaller .cpp file
|
2014-03-26 13:13:17 +01:00 |
|
Nimetu
|
5b09380bff
|
Hide over the limit landmarks instead deleting them
--HG--
branch : misc-patches
|
2014-01-03 22:43:00 +02:00 |
|
kervala
|
6695a9064e
|
Changed: Created NELID macro to fix warning "multi-character character constant"
|
2013-09-22 13:10:57 +02:00 |
|
kaetemi
|
cf42b3473f
|
Fix a compile error
|
2013-07-28 17:49:28 +02:00 |
|
kaetemi
|
d5308215aa
|
Avoid redundant per-frame calls to getDbProp in NLGUI::CWidgetManager
--HG--
branch : kaetemi-optimize
|
2013-07-28 00:48:34 +02:00 |
|
kaetemi
|
fb00acf329
|
Avoid redundant per-frame calls to getDbValue32(toString("SERVER:CHARACTER_INFO:CHARACTERISTICS%d:VALUE", i))
--HG--
branch : kaetemi-optimize
|
2013-07-28 00:29:32 +02:00 |
|
kervala
|
2aea567fe2
|
Changed: Moved Ryzom detailed version in client
|
2013-04-29 14:46:53 +02:00 |
|
dfighter1985
|
ecbcdf388f
|
MODIFIED: Resolved some GCC build errors.
|
2013-02-17 14:30:05 +01:00 |
|
mattraykowski
|
e7e51f01e0
|
merging gui editor repo.
|
2013-02-14 09:53:06 -06:00 |
|
dfighter1985
|
cb13ce46cd
|
MODIFIED: #1471 Merged mainline default to this branch.
--HG--
branch : gsoc2012-gui-editor
|
2012-11-25 05:22:40 +01:00 |
|
kervala
|
25dd379d7e
|
Changed: Replaced string empty comparisons with empty()
|
2012-10-06 17:17:26 +02:00 |
|
kervala
|
8922f96b9a
|
Changed: Synchronization with SVN
|
2012-09-11 20:26:36 +02:00 |
|
dfighter1985
|
44643839be
|
CHANGED: #1471 The local string mapper is now instantiated by CWidgetManager.
--HG--
branch : gui-refactoring
|
2012-07-16 06:16:43 +02:00 |
|
dfighter1985
|
e2abe1e33e
|
CHANGED: #1471 CInterfaceParser is now a component of CWidgetManager, and is instantiated by an abstract factory method. (IParser::createParser())
--HG--
branch : gui-refactoring
|
2012-07-13 05:37:09 +02:00 |
|
dfighter1985
|
bab0ca184a
|
CHANGED: #1471 no need to go thru CInterfaceManager, when CViewRenderer has it's own Singleton.
--HG--
branch : gui-refactoring
|
2012-07-12 23:04:36 +02:00 |
|
dfighter1985
|
ba6fd68efc
|
CHANGED: #1474 CInterfaceManager is no longer a subclass of CInterfaceParser, instead CInterfaceParser is a component of CInterfaceManager.
--HG--
branch : gui-refactoring
|
2012-07-12 21:39:51 +02:00 |
|
dfighter1985
|
f9cda42c8d
|
CHANGED: #1471 Moved some Lua related code from CInterfaceManager to CLuaManager and CInterfaceParser.
--HG--
branch : gui-refactoring
|
2012-07-12 09:01:35 +02:00 |
|
dfighter1985
|
11d2efb96f
|
CHANGED: #1471 Moved CProcedure code to it's own files, and also moved the procedure handling code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
|
2012-07-12 05:29:33 +02:00 |
|
dfighter1985
|
530b542e4a
|
CHANGED: #1471 Moved some more GUI code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
|
2012-07-11 22:27:22 +02:00 |
|
dfighter1985
|
b8f3aff5b1
|
CHANGED: #1471 Moved the input event handling code from CInterfaceManager to CWidgetManager.
--HG--
branch : gui-refactoring
|
2012-07-11 06:44:34 +02:00 |
|
dfighter1985
|
ad764e7bf0
|
CHANGED: #1471 Moved the widget drawing code from CInterfaceManager to CWidgetManager, so the GUI library can now draw the widgets!
--HG--
branch : gui-refactoring
|
2012-07-10 23:01:09 +02:00 |
|
dfighter1985
|
42a282de48
|
CHANGED: #1471 Moved the contexthelp drawing/controlling code to the GUI library.
--HG--
branch : gui-refactoring
|
2012-07-10 06:25:15 +02:00 |
|
dfighter1985
|
e11d65bedc
|
CHANGED: #1471 CInterfaceParser no longer depends on CLuaIHMRyzom.
--HG--
branch : gui-refactoring
|
2012-07-09 03:07:19 +02:00 |
|
dfighter1985
|
d78ed9eac3
|
CHANGED: #1471 Modularized CInterfaceParser. It is now extendable with parser modules, so it can parse Ryzom game related stuff without the parser code having to be in the class itself.
--HG--
branch : gui-refactoring
|
2012-07-09 02:36:17 +02:00 |
|
dfighter1985
|
803bdc6272
|
CHANGED: #1471 Broke up CViewPointer into a generic and a Ryzom game related class.
--HG--
branch : gui-refactoring
|
2012-07-02 02:50:47 +02:00 |
|
dfighter1985
|
31482e873b
|
CHANGED: #1471 CInterfaceTrack and CInterfaceAnim are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-07-01 04:13:24 +02:00 |
|
dfighter1985
|
cbb55e5133
|
CHANGED: #1471 CGroupHTML, CGroupParagraph, CViewLink are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-07-01 03:11:24 +02:00 |
|
dfighter1985
|
bb698212bf
|
CHANGED: #1471 Decoupled CGroupHTML, CGroupParagraph, CViewLink from Ryzom game related code.
--HG--
branch : gui-refactoring
|
2012-06-30 05:58:02 +02:00 |
|
dfighter1985
|
d82891c719
|
CHANGED: #1471 CDBGroupComboBox no longer depends on the isLoggedin global Ryzom game variable.
--HG--
branch : gui-refactoring
|
2012-06-29 00:30:27 +02:00 |
|
dfighter1985
|
3f3b8a35b0
|
CHANGED: #1471 CViewTextMenu, CGroupSubMenu, CGroupMenu are now part of the NELGUI library and are under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-06-23 22:38:10 +02:00 |
|
dfighter1985
|
b9ac80f41a
|
CHANGED: #1471 CGroupContainer is now part of the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-06-23 07:21:32 +02:00 |
|
dfighter1985
|
aa5562b166
|
CHANGED: #1471 CGroupContainer no longer depends on CInterfaceManager, CViewPointer and the Ryzom game client time values.
--HG--
branch : gui-refactoring
|
2012-06-23 06:24:09 +02:00 |
|
dfighter1985
|
595999580b
|
CHANGED: #1471 CGroupEditBox is now in the NELGUI library and is under the NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-06-23 03:27:49 +02:00 |
|
dfighter1985
|
c746f81499
|
CHANGED: #1471 CGroupList is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-06-22 06:48:19 +02:00 |
|
dfighter1985
|
1d0a1e8f7f
|
CHANGED: #1471 CViewBitmapCombo is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-06-22 04:40:34 +02:00 |
|
dfighter1985
|
8b84170dec
|
CHANGED: #1471 CViewBitmap is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-06-22 03:49:43 +02:00 |
|
dfighter1985
|
47a1769dea
|
CHANGED: #1471 CCtrlTextButton is now part of NELGUI library, and is under NLGUI namespace.
--HG--
branch : gui-refactoring
|
2012-06-21 22:20:02 +02:00 |
|