Sam
c4adf2d817
Added whitelist
...
- Checkboxes to turn ignore/whitelist off
- Allow VIP messages
2013-07-04 18:03:21 +02:00
Sam
c7c259ef80
Game Menu / Attacking fixes
...
- No more "Attack" / "Follow" for creatures on different floor
- No rule violation for monsters, only players now
- Alt + Click to target works through roofs -> fixes #203
- Fixed battle list issue (check position when trying to attack)
2013-07-03 14:25:18 +02:00
Sam
c8185474de
Implements battlelist sorting
...
Features:
Sort by age, name, health or distance
Sort ascending or descending
Button to toggle filters and sort options
http://i.imgur.com/cSCBwr4.png
closes 213
2013-07-02 22:43:52 +02:00
Sam
be071c7103
Fix deathwindow issue
2013-07-02 22:40:19 +02:00
Sam
2f9e2c3e33
Sorting VIP list by name
...
@ #209
What should sorting by type do?
2013-07-01 22:59:51 +02:00
BeniS
e062562888
Added sublime text 2 project file.
...
* Changed the order of the dofiles params.
2013-05-12 21:16:43 +12:00
Tiago T. de Araujo
e4c7ca604b
Fix update on unload module
2013-04-12 21:27:10 -03:00
Sam
d427560b98
Countwindow Fix [YAH]
...
Fixed typing amount in count window. Should be hidden again.
2013-04-12 19:15:28 +02:00
Joao Pasqualini Costa
9bae1b9e25
Fix #316
...
It still have a bug when using string like this:
" teste {{}} teste"
2013-04-09 17:54:57 -03: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
da51dd467e
Minor fix
2013-03-11 15:00:31 -03:00
Eduardo Bart
10a16169a4
Fix hotkeys reload and implement filters for console
2013-03-05 04:02:54 -03:00
Eduardo Bart
1dd558d57e
Revert "Use boost::thread instead of std::thread"
...
This reverts commit 71b5c5f2e4
.
2013-03-05 01:47:23 -03:00
Joao Pasqualini Costa
115bf08364
Fix spell cooldown timer
2013-03-04 23:45:19 -03:00
Eduardo Bart
71b5c5f2e4
Use boost::thread instead of std::thread
2013-03-04 23:06:00 -03:00
Eduardo Bart
62921dee9b
Fixes in options, hotkeys and viplist
2013-03-02 17:01:52 -03:00
Eduardo Bart
a145ad282b
Add live_sprites_reload command
2013-03-01 17:14:18 -03: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
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
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
406c7bdae6
Fix #276
2013-02-26 18:13: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