Sam
92beee10d3
Revert "Update locales/es.lua, fixes #533 "
...
This reverts commit c110f32993
.
2014-08-08 16:45:08 +02:00
Sam
c110f32993
Update locales/es.lua, fixes #533
2014-08-08 16:41:36 +02:00
Ben Dol
a18970dceb
Merge pull request #549 from edubart/1050_impl
...
1050 Implementation and Fixes (excluding new animation features)
Can now login to Cipservers no problem.
2014-08-07 08:27:03 +12:00
BenDol
d3d3294277
Added missing premium trigger opcode.
2014-08-07 07:17:16 +12:00
BenDol
ef7f94ac76
Some minor changes/additions.
2014-08-07 06:40:56 +12:00
Sam
9fcc4c7355
Fix typo in gameinterface.lua
2014-08-05 19:37:09 +02:00
BenDol
751cb0ca8b
Fix for #545
2014-08-06 02:40:13 +12:00
BenDol
3343919c92
Added GameEnhancedAnimations to lua
2014-08-04 00:13:23 +12:00
BenDol
4eb7668922
Can now login to official tibia servers.
2014-08-03 23:46:07 +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
09d830d02e
Fix build error
2014-08-03 10:10:33 +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
Shawak
939e16c59a
string:contains()
2014-07-31 20:25:31 +02:00
Sam
fe585d27d8
Cleanup dat loading, fix version 8.6+
2014-07-30 17:06:40 +02:00
Sam
e9352fe811
Update README.md
2014-07-30 16:43:46 +02:00
BenDol
a52c938fef
Added missing protocol versions & made some style fixes.
2014-07-30 19:58:34 +12:00
Sam
153cf3e859
Container fix
2014-07-29 21:11:56 +02:00
Sam
6b46370d1a
7.4 .dat support, playing an actual server might not work yet
2014-07-29 21:11:17 +02:00
BenDol
c2ff89b2cf
Some style fixes & menu-scroll to add server.
2014-07-26 21:56:51 +12:00
Sam
2a57a5f7d0
Browse field, locked & paginated container support
2014-07-15 23:27:44 +02:00
Henrique Santiago
32d1ed5c6a
Merge pull request #542 from mathiasbynens/patch-1
...
README: Use SVG badge for Travis
2014-07-14 18:03:34 -03:00
Mathias Bynens
6d8d319557
README: Use SVG badge for Travis
2014-07-14 21:34:03 +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
0c77179c46
Should check the menu category before creating a separator.
2014-07-13 22:57:45 +12:00
BenDol
935b9e4cd6
Forgot removeMenuHook function.
2014-07-13 22:39: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
0b5654f870
Style fixes and added dontSignal to UIRadioGroup.
2014-07-13 07:38:44 +12:00
Sam
4ec5048730
Remove test statement
2014-07-12 18:47:35 +02:00
Sam
6b8e810466
Merge branch 'master' of https://github.com/edubart/otclient
2014-07-12 18:44:15 +02:00
Sam
9b3e0a324c
Color adjustments and fixes
2014-07-12 18:44:02 +02:00
BenDol
f7531383f3
Fix an issue with the spinbox buttons.
2014-07-13 03:57:38 +12:00
BenDol
7724b8059d
Forgot this from previous commit.
2014-07-13 02:10:30 +12:00
BenDol
2ada93db9c
Should use the set minimum for these!
2014-07-13 02:08:33 +12:00
BenDol
d070711409
When reaching max or min scroll allow other scroll areas to scroll.
2014-07-13 02:06:36 +12:00
BenDol
5909634837
Avoid ending mouse scroll chain when scroll bar is 'off'.
...
Also added mouse-scroll style to UISpinBox.
2014-07-13 01:46:47 +12:00
BenDol
07ac5c27ca
Added some missing lua functions.
2014-07-12 01:03:21 +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
12b3bd4ee0
Fix table.equals
2014-07-09 17:00:10 +12:00
BenDol
9e30c39035
Pointless storing a reference to super.
2014-07-09 05:51:17 +12:00
BenDol
3dbcb1daee
Added basic table.equals, dontSignal param to combobox calls & spell methods.
2014-07-09 04:07:02 +12:00
Sam
a9d4fd5e1e
Scrollmenu for Comboboxes, fixes #480
2014-07-03 18:15:38 +02:00
Eduardo Bart
07f8e6fca9
New skin from https://github.com/Mignari/otc-gray-skin
2014-07-02 13:20:02 -03:00
Henrique Santiago
f0ed0bad13
Merge pull request #538 from djayk1/master
...
Fix premium expiration protocol version
2014-06-29 13:43:56 -03:00
djayk1
8fccc1eb63
Little fix
2014-06-29 11:25:01 -03:00
Sam
62d2a22ab8
Merge pull request #537 from djayk1/master
...
1041 Login Support
2014-06-23 18:22:55 +02:00
djayk1
10438c21ff
Update game.cpp
2014-06-23 12:20:12 -03:00
djayk1
ec99d35cee
Update game.cpp
2014-06-23 12:19:12 -03:00
djayk1
85fe5867f3
Update protocolgameparse.cpp
2014-06-23 12:07:38 -03:00