EgzoT
e6f273d5e1
Add functionality to minimap flags system ( #931 )
...
- Add parameter 'temporary' to method 'UIMinimap:addFlag', who prevents saving flag with this parameter (look 'UIMinimap:save' method), add flag only at game session time. Old parameters list work the same at previous - backward compatibility.
- Add possibility to add icon from outside (for example from module folder) using link to this file. Old system with choose flag name by number work the same at previous, now method check if paramether is number then use old system otherwise get icon from path - backward compatibility. 'Mods' friendly.
2018-02-28 21:45:59 +01:00
Eduardo Bart
425b3bfdda
Merge pull request #915 from diath/add_summon_indicator
...
Add creature type icons for summons
2017-11-20 12:03:09 -02:00
Kamil Chojnowski
0e0f194df6
Replace a defunct otclient.info link with a link to this repo ( closes #821 )
2017-11-19 20:09:31 +01:00
Kamil Chojnowski
3b23b787f3
Add creature type icons for summons
2017-11-19 20:02:34 +01:00
zygzagZ
9d2298037e
Fixed inconsistences between const.lua and const.h causing messagetypes not to work
2017-01-12 15:30:24 +01:00
Joseph Bingham
344146ba2d
10.96, 10.97, 10.98, 10.99 support
...
Adds basic support for the latest client version
2016-11-07 23:52:42 -05:00
Sam
1ec3b65a3a
10.94, 10.95 support
2016-07-03 00:50:08 +02:00
Sam
8992d40e37
Update PIC signature
2016-05-23 03:26:17 +02:00
Sam
1c09c3770b
Protocol 10.93
2016-05-23 02:48:32 +02:00
Sam
7a8e605704
Minimal 10.91 support
2016-03-03 08:44:26 +01:00
TheSumm
80184a1249
Initial 10.90 support
...
Basic support, I did not check for further protocol changes yet.
2015-12-08 18:25:18 +01:00
TheSumm
0d8791e1a7
Protocol updates up to 10.82
2015-10-24 17:46:53 +02:00
Nailson
d41fe195f4
Add 'GameKeepUnawareTiles' feature.
...
Remove tiles that we are not aware anymore by default.
2015-10-06 00:37:50 -03:00
Nailson
f1fdbd56e9
Add a flag for idle animation game feature.
2015-08-26 19:49:43 -03:00
TheSumm
84f6cdec86
Fix #576 , PopupMenus close when leaving the game
2015-04-19 13:56:03 +02:00
TheSumm
b237b713ef
Fix 10.76 login protocol, added missing lua consts
2015-03-09 16:46:26 +01:00
TheSumm
83dc129f03
Protocol 10.76, fixed death window & death packet
2015-03-07 06:10:10 +01:00
TheSumm
cbf70c1d63
Enable protocol 10.75
2015-02-15 03:25:43 +01:00
TheSumm
71931b961a
Full protocol 10.74 support (session key), entergame style fixes
2015-01-27 23:44:37 +01:00
TheSumm
4e2ded571e
Fixed not being able to relog after reloading gamelib
2015-01-25 14:17:16 +01:00
TheSumm
eb3c244023
More Market fixes
...
* Fixed NextButton and PreviousButton style
* Little update to SpinBox including dontSignal
* Market cleanup and more check to be safe
* Limit Market amountWindow by player balance
* Set proper maximum amount when creating offers
* Fixed fee label not calculating the correct fee sometimes
2015-01-25 02:28:53 +01:00
TheSumm
92e2e8224f
Added market message, reworked text messages a little
2015-01-22 20:38:28 +01:00
TheSumm
8542f8bfd4
Protocol 10.73 support
2015-01-20 11:07:38 +01:00
TheSumm
ddec9627b8
Protocol 10.72 (Authenticator) Support, Unjustified Points diplay
...
- Unjustified Points (Better topbar icon would be nice)
![Unjustified Points](http://i.gyazo.com/81286f46d9b4d56b3fe864140173cf34.png )
- Authenticator token support
- adjusted 'can change pvp frame' to 1054
- ...
2015-01-18 15:14:07 +01:00
TheSumm
7f3f18f991
Support for Protocols up to 10.71, Adventurer Blessing
2014-12-29 18:08:33 +01:00
BenDol
25e7b1d7a3
Fix logging in with 760 (until a better solution is found).
2014-11-04 13:27:21 +13:00
BenDol
9f3ebb0036
Fix #577 dash will now fire onWalk (with isDash parameter).
...
Also added missing client versions.
2014-11-03 12:23:00 +13:00
BenDol
3343919c92
Added GameEnhancedAnimations to lua
2014-08-04 00:13:23 +12:00
BenDol
c706dc12fe
Update PIC_SIGNATURE can now access the character list.
2014-08-03 23:38:25 +12:00
BenDol
1f272b7aba
Added preview state packet.
2014-08-03 23:22:06 +12:00
BenDol
d7429c201c
Started 1050 implementation and fix ups:
...
* Dat now loads (new animations aren't yet functional).
* Fixed the way we reference client versions.
TODO: Write new animation functionality & find out protocol changes.
2014-08-03 10:02:28 +12:00
BenDol
a52c938fef
Added missing protocol versions & made some style fixes.
2014-07-30 19:58:34 +12:00
Sam
6b46370d1a
7.4 .dat support, playing an actual server might not work yet
2014-07-29 21:11:17 +02:00
Sam
2a57a5f7d0
Browse field, locked & paginated container support
2014-07-15 23:27:44 +02:00
BenDol
9e0ddb08e3
More debug prints and avoid null pointer.
2014-07-14 01:56:17 +12:00
BenDol
74979ca16a
Remove debug print and redundant checks.
2014-07-13 23:12:56 +12:00
BenDol
0f362f80e3
Added easy menu hooking, fixed terminal default size/pos & more:
...
* Added autowalk style option to Minimap style.
* Added onCreate for setting up variables before styling is applied etc.
2014-07-13 22:27:09 +12:00
BenDol
9f7aafac0b
Fix a crash issue when attempting to draw invalid item.
...
This can happen when using UIItem as interfaces etc.
2014-07-11 16:19:30 +12:00
BenDol
3dbcb1daee
Added basic table.equals, dontSignal param to combobox calls & spell methods.
2014-07-09 04:07:02 +12:00
djayk1
9f8293a5a0
Update game.lua
2014-06-23 11:35:52 -03:00
BenDol
ce9e443c60
Remove redundant classes & added some Position methods.
2014-06-10 01:44:03 +12:00
BenDol
c083d02bef
Some fixes for class names and queue (added base class).
2014-06-07 04:10:14 +12:00
BenDol
d2b7de3801
Will stick to basic isInRange check function.
2014-06-02 11:43:29 +12:00
BenDol
adcf258551
Forgot to add this.
2014-06-02 10:05:26 +12:00
BenDol
2df51622ba
Some improvements to some things.
2014-06-02 10:04:56 +12:00
BenDol
a7d7667491
Added gamelib for Position functions.
2014-06-01 18:11:52 +12:00
BenDol
06855dd1de
Added subType for Player:getItem/getItems.
2014-04-20 07:45:10 +12:00
Nail
41b2f9b911
Per-pixel transparency.
2014-04-04 12:58:12 -03:00
BenDol
1074b6b787
Provide the option to suppress lua call in setText
2014-04-03 05:20:35 +13:00
Sam
a58a3e90c8
Implement purse slot ( closes #208 ), add version 10.37 (could not find protocol changes)
2014-03-12 15:46:35 +01:00