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
a145ad282b
Add live_sprites_reload command
2013-03-01 17:14:18 -03:00
Samuel
884102833e
OTB loading fix
2013-03-01 15:30:50 +01:00
Eduardo Bart
50b6cc69e1
Implement live_module_reload command
2013-03-01 06:38:05 -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
120c2b4231
Fixes in rule violations and private chat
2013-02-28 22:01:41 -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
425bfd998b
Add about_modules command
2013-02-28 19:05:53 -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
BeniS
eb46b96ffa
Fix typo from last commit
2013-02-28 10:31:15 +13:00
BeniS
ccbe491e3c
Should resolve #289 (please test and give feedback)
2013-02-28 10:23:22 +13:00
Henrique Santiago
864ac3fdd9
Pt translations, #286
2013-02-27 15:57:13 -03:00
BeniS
5f26303389
Added latest protocol/client support for cipservers
2013-02-28 04:38:48 +13:00
BeniS
0bf909d52f
Fix #283 and more:
...
* Might have fixed death window issue but not confirmed
* Stop hotkey window from display while offline
* Moved some required features to >= 840 if statement
(protocol 840/842 arent supported in otclient yet)
2013-02-28 01:01:51 +13:00
Eduardo Bart
ef20f59a98
Fix new line in utf8 conversion
2013-02-26 18:31:09 -03:00
Eduardo Bart
406c7bdae6
Fix #276
2013-02-26 18:13:50 -03:00
Eduardo Bart
41b81da76f
Towards 0.6.2
2013-02-26 17:56:50 -03:00
Eduardo Bart
dc3559a5c0
Fix hotkey bug and compile error on Mac
2013-02-26 17:50:08 -03:00
Eduardo Bart
d0576da69d
Implement dash walking and zoom out again
2013-02-26 16:37:02 -03:00
Eduardo Bart
2a225b99b7
Only show ping when available
2013-02-25 23:16:15 -03:00
Eduardo Bart
04f52d77d2
Walk ping is not supported anymore
2013-02-24 22:39:25 -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
BeniS
92228e9553
Prompt user before removing server list entry
2013-02-24 01:26:49 +13:00
BeniS
67ed9e21ad
Forget account/password when "Remember password" is unchecked
2013-02-24 01:14:30 +13:00
BeniS
01126eee62
Some fixes for the server list module
...
* Fixed an indexing issue in the settings
Note: Forgot to mention that it will store the last account/password used for that server
2013-02-24 01:02:24 +13:00
BeniS
8e9f65779c
Implemented client_serverlist module! Close #200
...
* Will store servers that are not already in the list when logging in
* Can add servers manually if required too
* Fixed a bug in table.size
2013-02-24 00:41:21 +13:00
BeniS
2296e35174
Fix issue with closing containers
...
* Wasn't clearing references properly.
2013-02-23 19:38:52 +13:00
BeniS
28e70516a4
Use full path in SpelllistSettings
...
* Fix reload errors from previous commit
2013-02-23 19:23:18 +13:00
BeniS
039c3072dc
Preload properly with g_textures.preload
...
* Thanks Baxnie for advising me of this method :)
2013-02-23 19:16:42 +13:00
BeniS
f4f9e319d8
Buffer condition/cooldown icons on module init
...
* This should hopefully avoid some lag with slow hdd computers
2013-02-23 18:53:27 +13: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