BeniS
18d23653c4
Added some control params to dofiles lua method.
...
* File name contains string.
* Recursive file checking for deep searches.
2013-05-12 17:00:52 +12:00
Eduardo Bart
b43a196eac
Minor fixes and add auto resize for images
2013-03-15 21:59:22 -03:00
Eduardo Bart
4bdd1e79fd
Fix compile error for win32
2013-03-13 21:18:17 -03:00
Eduardo Bart
e9e4dcd71b
Improve walk when lagging
2013-03-13 20:55:20 -03:00
Eduardo Bart
0891e2b30a
Add C++ traceback to errors
2013-03-12 01:36:36 -03:00
Eduardo Bart
24664714bd
Fix rare but serious bug in Connection
...
* Implement output pooling for writing data in connection,
this should fix rare cases where sending would fail
2013-03-12 00:18:47 -03:00
Eduardo Bart
64fc4570c9
Try to fix compilation for gcc 4.6 [3]
2013-03-06 15:47:38 -03:00
Eduardo Bart
392acc0b43
Try to fix compilation for gcc 4.6 [2]
2013-03-06 15:40:47 -03:00
Eduardo Bart
69f72b9c86
Try to fix compilation for gcc 4.6
2013-03-06 13:05:46 -03: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
BeniS
a7b27ef8dd
Forgot to add MySQLResult lua binding
2013-03-05 20:33:27 +13:00
Eduardo Bart
44bf4dcb6e
Fix ubuntu compile errors
2013-03-05 02:54:08 -03:00
BeniS
9305053e34
Few issues with compilation and layout
2013-03-05 17:47:43 +13:00
Eduardo Bart
1dd558d57e
Revert "Use boost::thread instead of std::thread"
...
This reverts commit 71b5c5f2e4
.
2013-03-05 01:47:23 -03:00
BeniS
15ee7962f1
Some minor clean ups
2013-03-05 17:31:19 +13:00
Eduardo Bart
71b5c5f2e4
Use boost::thread instead of std::thread
2013-03-04 23:06:00 -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
f50c63e9e5
Removed singleton instance & added more lua bindings
...
* Some tidying up
2013-03-04 04:11:29 +13:00
BeniS
48ac91d173
A few clean ups and also tested, its working fine
2013-03-04 01:27:07 +13:00
BeniS
8db85e4e3a
Use stdext::millis not g_clock.millis
2013-03-03 19:43:25 +13:00
BeniS
02d32565e9
Work on sql framework classes
2013-03-03 19:19:22 +13:00
BeniS
3980f859b7
Forgot to remove header includes
2013-03-03 19:17:48 +13:00
Eduardo Bart
c392bcca90
Fix win32 alt bug
2013-03-03 00:00:13 -03:00
Eduardo Bart
62921dee9b
Fixes in options, hotkeys and viplist
2013-03-02 17:01:52 -03:00
BeniS
3ca85cbe87
Removed Position dependencies inside the framework
2013-03-02 18:33:14 +13:00
Eduardo Bart
32df317163
Fix luajit on Mac OS X
2013-03-01 17:14:18 -03:00
Eduardo Bart
8314b84f69
Add live_textures_reload command
2013-03-01 05:46:55 -03:00
Henrique Santiago
e85afd4b63
Platform modtime, little changes to entergame
2013-03-01 05:08:40 -03:00
Eduardo Bart
dad3026ba0
Optimize terminal buffering
2013-02-28 21:35:35 -03:00
Eduardo Bart
9312d20a0f
More terminal improvements
2013-02-28 20:10:36 -03:00
Eduardo Bart
b804dd6959
Fixes and new tuned terminal
2013-02-28 18:46:42 -03:00
Eduardo Bart
69e762385e
Warn when shared_object_ptr misused
2013-02-28 12:19:42 -03:00
Eduardo Bart
e528fcc8f8
Minor fixes and improvements
2013-02-28 02:43:26 -03:00
Henrique Santiago
46aa0c005f
Support to miniwindow margin, fix protocollogin connectCallback, pt translation
2013-02-27 23:45:03 -03:00
Eduardo Bart
ef20f59a98
Fix new line in utf8 conversion
2013-02-26 18:31:09 -03:00
Eduardo Bart
dc3559a5c0
Fix hotkey bug and compile error on Mac
2013-02-26 17:50:08 -03:00
Eduardo Bart
06e2b6eca2
Platform fixes and rework ping
2013-02-24 22:16:45 -03:00
Henrique Santiago
a8c175452b
Pt translations
2013-02-23 20:15:12 -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
Eduardo Bart
e4e3d7d053
New platform APIs and new OpenAL cmake
2013-02-22 16:53:49 -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
Eduardo Bart
9a54bfcc90
Minimap, hotkeys and lot of other changes
...
* Begin working on a new layout system for UIMinimap and later UIMap,
this new layout system allows to add widgets to the minimap
* Add option to disable motd
* Rework hotkey binding
* Lots of fixes in hotkeys manager
* Add fullmap view using Ctrl+Shift+M
* Prevent some crashs in ThingType draw
* Add function to load minimap from PNG files
* Fixes in minimap saving
* Fixes in Tile::isClickable
* Add UIMapAnchorLayout, new layout for maps
* Fix freezes in win32 when pressing alt key
2013-02-21 17:03:05 -03:00
Henrique
33ce0aa704
A few more changes to dx9
2013-02-20 19:12:52 -03:00