Eduardo Bart
aa19f45d94
Fixes to compile on mingw32
2017-11-04 11:05:25 -02:00
Eduardo Bart
8309fee510
Fix build for mingw-w64
2017-11-04 10:43:57 -02:00
Eduardo Bart
8b161e1a07
Priorize OpenSSL 1.0 in cmake, warning fixes
2017-11-04 09:03:57 -02:00
Ranieri Althoff
551f30d32f
Replace deprecated c++11 test with cmake script
2016-07-09 22:51:32 -03:00
Ranieri Althoff
944b220c90
Use native optimizations instead of hardcoded defaults
2015-05-25 00:59:39 -03:00
Eduardo Bart
f6fb785cea
Use -O2 in release build
2014-11-05 10:45:28 -02:00
BenDol
166eb7614f
Fix accidental cmake changes.
2014-04-02 03:04:10 +13:00
BenDol
547b18db9a
Update copyright for 2014
2014-04-01 18:36:42 +13:00
BenDol
61059e66ec
Started implementing ability to load custom config files (currently unstable).
...
Feel free to help out with this if you like :)
2014-04-01 05:43:31 +13:00
Jacek Wielemborek
e6c9e78935
Get rid of trailing whitespace.
...
Commit generated by command:
find -type f ! -path '*.git*' ! -path '*.png' ! -path '*.ico' ! -path \
'*.ogg' | xargs -I '{}' sed -i '{}' -e 's/\t*$//g' -e 's/ *$//g'
2014-01-18 15:09:26 +01:00
Ahmed Samy
6745bff132
Introduce g_resources.getDirectoryFiles
...
This can recursively find files in a directory that's not in physfs search
path, this is needed for mapeditor needs, esp the file browser.
We do not want to limit users to the application run directory
so we have to use this.
This function uses boost filesystem.
Prototype:
g_resources.getDirectoryFiles(directory STRING, filenameOnly BOOL,
recursive BOOL)
filenameOnly is there if we want to just get the filenames in the
directory.
recursive if we want to loop directories in the directory.
2013-12-25 21:32:49 +02:00
Eduardo Bart
b07a77f705
Changes to compile for Win64
2013-11-13 13:55:34 -02:00
Eduardo Bart
489688e9fb
Merge branch 'sql'
2013-03-06 13:00:21 -03:00
Eduardo Bart
61be2103ed
Fix linkage
2013-03-06 12:54:27 -03:00
Eduardo Bart
44bf4dcb6e
Fix ubuntu compile errors
2013-03-05 02:54:08 -03:00
Eduardo Bart
0be7bd5360
Implement async dispatcher #221
2013-03-04 18:56:22 -03:00
Eduardo Bart
c452e74e0c
Implement stdext::shared_ptr
...
It's an alternative to stdext::shared_object_ptr
with weak pointers support and some other functionallity, however
it's heavier, uses more memory, more allocation and slower,
this class should be used when really needed, prefer
stdext::shared_object_ptr
2013-03-04 13:14:35 -03:00
Eduardo Bart
bdbe065c23
Add thread safety for std::shared_object_ptr
2013-03-04 10:47:07 -03:00
BeniS
f4263384bc
Fix boost issue on Ubuntu and fix MySQL lib issue
...
* Add framework options for configuration
* libboost_chrono-mt.a dependency issue (with clock_gettime)
* MySQL lib must be added before zlib
2013-03-04 18:03:04 +13:00
BeniS
02d32565e9
Work on sql framework classes
2013-03-03 19:19:22 +13:00
Eduardo Bart
32df317163
Fix luajit on Mac OS X
2013-03-01 17:14:18 -03:00
Eduardo Bart
06e2b6eca2
Platform fixes and rework ping
2013-02-24 22:16:45 -03:00
Eduardo Bart
035ce26728
Fix link error in Mac OS X
2013-02-22 19:42:28 -03:00
Eduardo Bart
04c4943fa8
Remove boost::filesystem dependency
2013-02-22 19:29:58 -03:00
Eduardo Bart
09c937998f
Dont use boost locale anymore
2013-02-22 18:49:36 -03:00
Henrique Santiago
90d2032e9e
More changes to painter
2013-02-22 03:31:13 -03:00
Henrique Santiago
3eeb5ae890
Painter became PainterOGL, new Painter generic class
2013-02-22 02:55:35 -03:00
Henrique
33ce0aa704
A few more changes to dx9
2013-02-20 19:12:52 -03:00
Henrique
bb304f9f4e
Fixes to npc trade, begin native directx support
2013-02-20 15:41:28 -03:00
Eduardo Bart
7ece0ed8c7
Buttons for client options
2013-02-06 17:35:59 -02:00
Eduardo Bart
dcd6249e8f
Link ICU in Mac OS
2013-02-05 19:21:15 -02:00
Eduardo Bart
f0ac63eb5c
Disable crash handler in Mac OS
2013-02-05 19:10:22 -02:00
Eduardo Bart
637b6ceca2
Trying to get it compiling on Mac OS X
2013-02-05 19:03:18 -02:00
Eduardo Bart
86d06057ca
Fixes to compile with libc++
2013-02-05 18:30:16 -02:00
Eduardo Bart
36a60419ec
Fix some issues when reloading entergame
2013-01-31 14:19:41 -02:00
Eduardo Bart
ff9f82d0c8
Fix other compile errors
2013-01-29 16:56:50 -02:00
Eduardo Bart
80a7ecb3a4
Speed up compilation time for luafunctions
...
* Other compile fixes for gcc
2013-01-29 15:27:59 -02:00
Eduardo Bart
8d6ccb8d83
Fixes to compile with clang
2013-01-29 14:35:20 -02:00
Eduardo Bart
50c2db100e
Use boost::chrono instead of std::chrono
2013-01-23 19:31:14 -02:00
Henrique Santiago
f470cba09e
Fix compile on non window applications
2013-01-21 23:17:40 +00:00
Eduardo Bart
c28596292f
Text selection in chat
...
* Remove fancy stuff from background
* Improve text windows
* More improvements to textedit
2013-01-20 13:40:40 -02:00
Eduardo Bart
9907e9e5c7
Fix particles and some fun in the background LOL
2013-01-19 18:24:59 -02:00
Eduardo Bart
67c5b31225
Fix ICU linkage on ubuntu
2013-01-16 17:13:10 -02:00
Eduardo Bart
62cd3d04e1
Update sound engine with some sound fixes
...
* Refactor client module
2013-01-16 16:46:42 -02:00
Eduardo Bart
d2712fa218
Try to fix travis build
2013-01-16 12:42:06 -02:00
Eduardo Bart
aeb31f0669
Fix boost locale linkage
2013-01-09 14:57:34 -02:00
Eduardo Bart
fdcad184f9
Fix platform issues regarding charsets
...
* IMPORTANT: A new dependency is required, boost_locale, comes with boost 1.50.0 or later
* Copying and pasting special characters should now work
* Running otclient from filepaths with special characters should work now too
2013-01-08 18:45:27 -02:00
Eduardo Bart
122577a916
Just rename some files
...
* Fix a server ping issue
2013-01-08 16:32:05 -02:00
otfallen
f0e85e21b3
Mac OS X port progress
...
Tested-by: Christopher Eklund <eklundchristopher@gmail.com>
Signed-off-by: otfallen <f.fallen45@gmail.com>
Signed-off-by: Christopher Eklund <eklundchristopher@gmail.com>
2012-09-29 22:57:14 +00:00
Henrique Santiago
05fcf740b4
Stats module
2012-08-22 05:51:31 -03:00