Commit graph

20 commits

Author SHA1 Message Date
Nailson
d37c10716a
Code cleanup and small optimizations (#406) 2023-01-25 23:45:36 -03:00
Evil Puncker
cfe36ce5b3
license headers (#315) 2020-07-30 11:42:28 -03:00
Nailson
5717e61ba0 Revert 9a66d88d08
Sorry, this issue needs to be analyzed.
2016-12-10 13:20:59 -03:00
Nailson
9a66d88d08 Fix extensions crash on Linux. Thanks to @zygzagZ 2016-12-10 12:34:01 -03:00
Elime1
610aeeaeaa Remove use of wxT macro. Closes #141 2016-11-05 15:28:14 +01:00
Nailson
d7e863cb86 Rename global variable 'creature_db' to 'g_creatures'. 2016-10-25 10:22:46 -03:00
Nailson
b458163331 Rename global variable 'brushes' to 'g_brushes'. 2016-10-25 10:19:42 -03:00
Nailson
f6c84ed67b Rename global variable 'item_db' to 'g_items'. 2016-10-25 09:47:00 -03:00
Nailson
5d265c1976 Rename global variable 'materials' to 'g_materials'. 2016-10-25 09:46:12 -03:00
Nailson
6ab0f851a4 Rename global variable 'gui' to 'g_gui'. 2016-09-29 20:30:54 -03:00
Nailson
d7a4254604 Code style and some cleanup. 2015-12-06 11:42:37 -03:00
dalkon
7c76db3e2d Fix extension loading.
The client version should load before the extension right?
2014-01-25 22:01:11 +01:00
dalkon
a70cea4044 Fix crash when loading extensions. 2014-01-25 20:42:59 +01:00
dalkon
886cbc23a7 Lots of changes
Removed libxml2 to use pugixml.
Fixed a bug with the progress bar.
Changed some things in most xml files that pugixml did not like.
Updated the Visual Studio project.
Any NULL symbol has been changed to nullptr.
This most probably broke the CMake that was recently added.
And probably some other things.
2014-01-22 20:16:17 +01:00
Mark Samman
05fe1243c4 Remove unused variables 2014-01-20 03:29:49 +01:00
Mark Samman
b81ff773bd Fix wrong use of std::remove and std::unique
std::remove(begin, end, value) and std::unique don't actually erase
anything, they return a new iterator which is meant to be the new end,
and everything between that and the actual end should be erased.
2014-01-20 03:15:15 +01:00
Hampus Joakim Nilsson
96de6d9233 Fixed version order 2012-07-19 23:14:29 +02:00
Hampus Joakim Nilsson
6d993ccd6a Improved extensions dialog, now uses HTML. 2012-07-19 22:47:05 +02:00
Hampus Joakim Nilsson
5d496a685d Clients are now entirely data-based.
In the future, there will be no need for source updates to support new
versions, yay!
2012-07-01 13:41:59 +02:00
Hampus Joakim Nilsson
8dbc487ef2 Initial commit of RME 3.0.
Clean git repository since the old svn / git mess was pretty much
unrecoverable unfortunetly. I would have liked to keep the history
for posterity, but that proved to be a futile quest.
2012-06-29 16:45:30 +02:00