Commit graph

16 commits

Author SHA1 Message Date
Eduardo Dantas
2057c5203b
improve: improve: replacing boosts with std functions (#415)
Removed boosts (replaced with equivalent on std 14/17/20)

With this modification, there are only 16 libs for the project to add, simplifying a lot.

So two additional libraries will be needed to compile: asio,
nlohmann-json

I also removed OTGZ support by default and disabled it, making it optional (needs to be enabled). Anyone who wants to use it will need to activate this, I think it's ideal since few should use it, so a majority don't use it, which is fairer that those who need to activate it to use it than those who don't need to have this in their program.
2023-03-25 21:42:38 -03:00
Nailson
4ddd688506
Add actions history panel (#407)
* Check real changes when closing
2023-01-27 17:41:20 -03:00
Nailson
f411c41c2b Some changes 2023-01-26 11:25:11 -03:00
Nailson
782d68bf94 More changes and cleanup 2023-01-26 10:46:46 -03:00
Evil Puncker
cfe36ce5b3
license headers (#315) 2020-07-30 11:42:28 -03:00
Elime1
3798f902a9 Revert "Fix loading monsters from OT and replace NumberTextCtrl to use wxSpinCtrl under the hood" 2017-06-14 19:55:08 +02:00
zygzagZ
83bd13cd16 Merge branch 'master' of https://github.com/hjnilsson/rme 2017-04-24 20:02:09 +02:00
Elime1
610aeeaeaa Remove use of wxT macro. Closes #141 2016-11-05 15:28:14 +01:00
Nailson
6ab0f851a4 Rename global variable 'gui' to 'g_gui'. 2016-09-29 20:30:54 -03:00
Nailson
23a8fb15a1 Trim trailing whitespaces. 2016-09-29 19:24:45 -03:00
Nailson
d7a4254604 Code style and some cleanup. 2015-12-06 11:42:37 -03:00
zygzagZ
30ecf918e2 By passing as reference instead of using std::move the readMessage buffer isn't reset. Check for buffer length isn't necessary because buffer is initialised with at least 4 bytes size 2015-06-22 12:52:55 +02:00
zygzagZ
30a6126491 The buffer was resized to 0, then future attempts to recv header were unsuccessful. 2015-06-22 12:33:38 +02:00
dalkon
4a729176c4 Fixes and changes.
Rewrote RME Live to use boost asio instead of wxSocket, this seemed to
fix random stops when using the function, some other things were fixed
aswell when using this.
Added 10.10 & 10.21+ (I have not added the otbs and such yet.)
Bug fix and some small cleanups.
2014-02-21 13:55:09 +01:00
Henrique Santiago
566e5e95e3 Fix warnings, fix archieve compilation error 2014-01-23 21:06:52 -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