Commit Graph

  • c6ab6bc484 Ignore/Unignore options in right click menus Jeffrey 2013-01-09 21:20:26 -06:00
  • 8de7873635 Fix spacing in NPC Trade Windows Jeffrey 2013-01-09 20:40:16 -06:00
  • b72c1d2921 Fix whitespace Jeffrey 2013-01-09 20:35:05 -06:00
  • 74d3214f74 Fix Ignore Module warning Jeffrey 2013-01-09 20:32:04 -06:00
  • 59594b4ac2 Fix Ignore Module / NPC highlighting Samuel 2013-01-09 23:54:57 +01:00
  • 1784bd9f26 Ignore Window in Console / Fixes Samuel 2013-01-09 23:03:04 +01:00
  • cce2976156 Many enhancements in client API * Fix issues in item use * Stack animated texts values * Add utility functions for changing creature color and jumping * Add some new extended functionality * Improve map shader API Eduardo Bart 2013-01-09 17:29:58 -02:00
  • aeb31f0669 Fix boost locale linkage Eduardo Bart 2013-01-09 14:57:18 -02:00
  • a8c9adb052 Merge pull request #184 from Quintinon/master Ben Dol 2013-01-09 00:51:54 -08:00
  • 607a6a13bc Fix Sell tab of NPC Trade Jeffrey 2013-01-08 23:26:56 -06:00
  • 0120b7554c Restore support for animated png files * Rework resource manager * Add missing files * Improve some graphics classes Eduardo Bart 2013-01-08 19:31:41 -02:00
  • fdcad184f9 Fix platform issues regarding charsets * IMPORTANT: A new dependency is required, boost_locale, comes with boost 1.50.0 or later * Copying and pasting special characters should now work * Running otclient from filepaths with special characters should work now too Eduardo Bart 2013-01-08 18:45:27 -02:00
  • b52c52cd36 Fix possible crashs when using server class Eduardo Bart 2013-01-08 18:05:24 -02:00
  • 5344a179a4 Many UI improvements and minor fixes Eduardo Bart 2013-01-08 18:01:47 -02:00
  • a8d3bb97ea Minor changes in sql classes Eduardo Bart 2013-01-08 17:44:05 -02:00
  • 9d5abb0243 Fix minor issues in item drawing * Add some utilities functions Eduardo Bart 2013-01-08 17:40:25 -02:00
  • 122577a916 Just rename some files * Fix a server ping issue Eduardo Bart 2013-01-08 16:21:54 -02:00
  • 8d07f8eaf6 New sexy 'move stackable item' window! BeniS 2013-01-09 06:59:03 +13:00
  • a1a8d28f5c Auto walker update must be done from C++ not lua due to bot protection. BeniS 2013-01-09 04:32:37 +13:00
  • 493202afcf Merge pull request #176 from Quintinon/master Ben Dol 2013-01-08 03:47:38 -08:00
  • 52f0b21ea6 Fixed error in the NPC Trade system error message Jeffrey 2013-01-08 00:30:33 -06:00
  • a1f5a88fe7 Minor Edits to UIMiniWindow Jeffrey 2013-01-07 23:09:00 -06:00
  • 9610106088 Merge remote-tracking branch 'upstream/master' Jeffrey 2013-01-07 21:23:14 -06:00
  • 702fce0be8 Fixed #169 Thanks Quintinon and #170! Also some other fixes: * Fixed calling local in an if statement where it is not required (lol). * Fixed an issue with the auto walk checker. BeniS 2013-01-08 15:55:41 +13:00
  • 5921c8e420 Fixed Exit button not being created Jeffrey 2013-01-07 20:22:32 -06:00
  • 4c0c6e635e Fix Vip List sorting Jeffrey 2013-01-07 19:38:23 -06:00
  • 3ed2eeb104 Oops fixing this from last commit. BeniS 2013-01-08 06:17:58 +13:00
  • bb139955dc More fixes and edits! * Fixed a bug with client_exit module button appearing on full reload. * Fixed the battle window to work properly now (left click: attack, right click: menu). * Added auto walk checker for more accurate aut walking: - It will always find the path now, except in rare occasions gets stuck running back and forward - Re-calculates path every 10 steps and also when you hit an object that cancels your step. - Right now this is just a temporary method. - Cancels the checker when you move or press escape (has to be done client-side). * Added a new setting to UIComboBox class 'mouse-scroll' to enable/disable mouse wheel scrolling. * Added support for no ping in cooldowns. * Added missing PlayerStates (hungry and bleeding). BeniS 2013-01-08 06:17:01 +13:00
  • fddbafebd3 Fixed #165, Fine tune fixes! * Fixed an issue with the cooldown timing. * Fixed issue with 'right click' using items under players. * Some changes to the minimap control (ctrl + mouse wheel to change floors and tweaked the zoom/move speeds). * Fixed some bugs in the trade module. * Added new Spells table for spell related functions (Also added getSpellByName and getSpellByWords). * Fixed an issue with follow/attack cancelling (wasn't calling onFollowChanged for updates in battle, etc). BeniS 2013-01-07 04:04:49 +13:00
  • 3fa5993177 Changed scrollbar style, and some other changes: * Changed the scrollbar style to look a bit nicer. * Fixed a typo in the EventDispatcher class. * Added PlayerStates to player.lua. * Minor tweak to console tab spacing. * Add unbinding key 'Ctrl+Shift+D' in the options. BeniS 2013-01-05 20:57:31 +13:00
  • ca46b5033e More progress on cipserver login for pv973 and a few fixes. * Fixed the "options" module hotkey (changed boost walker to Ctrl+Shift+D). * Fixed a small issue with UIMiniWindow:setup() function (was setting parent before its pos). * Pic signature has changed for cipsoft client. * Fixed 'client type' byte position in the login packet. * Changed the ping function to execute every 4 seconds rather than 2. * Changed some protocolgame for pv973 support. BeniS 2013-01-04 11:42:02 +13:00
  • c47641d7e1 Merge branch 'master' of https://github.com/edubart/otclient BeniS 2013-01-03 21:25:00 +13:00
  • fc55c6b524 Interface edits, additions, and fixes: * Added a new module for exiting the client (client_exit). * Added tab spacing to the UITabBar class. * Added tab popup menus for things like channel tabs. * Impelemented channel tab popup menus (still need to be finished). * Fixed UITabBar tab draging (will now change after dragged half way over the next tab, not 2 pixels). * Fixes to the client_options module. * Edited some UI settings. * Changed game_cooldown and game_spelllist menu button icons. * Fixed some typos. BeniS 2013-01-03 21:24:07 +13:00
  • 2aeec22ef8 Fix items draw inside uiitem Henrique Santiago 2013-01-03 04:24:07 -02:00
  • 644241badb Fixed issue #160 and an issue with entergame module. BeniS 2013-01-01 05:34:15 +13:00
  • 8cdab5c814 Tested and fixed #155 * Also fixed a typo in the game_tibiafiles module. BeniS 2012-12-31 00:32:09 +13:00
  • fcdf2286b6 Fix issue #155 (only tested on pv973) Please let me know if pv870+ works now. Note: * pv = protocol version, * cv = client version For people wondering. BeniS 2012-12-30 20:53:24 +13:00
  • abf0ee4303 More walk control optimization and fixes: * Finished off the walking control optimization! (Should be smooth controlling now). * Fixed issue #151 * Fixed an issue with the character list. * Fixed a bug in the g_keyboard.isKeySetPressed function. BeniS 2012-12-30 19:14:49 +13:00
  • 1782de7336 Game control precision edits and many other fixes: * Updated the walking(mouse/keys) control to be a lot more responsive/smooth! * Updated creature diagonal steps to animate faster (due to demand). * Added a warning popup for boost walker option in cipsoft servers. * Added KeyUp event controls in the g_keyboard class. * Fixed an issue with the minimap not reconfiguring. * Fixed a bug with creature lights drawing properly. * Fixed refreshContainer method. * Some layout edits. * Some minor typo fixes. BeniS 2012-12-30 06:41:14 +13:00
  • 8961f4dfd4 Some fixes and design tweaks: * Fixed the game_viplist module to work with the latest vip protocols. * Fixed a referencing error in the game_cooldown module * Started editing the design of the popupmenu (needs more work). BeniS 2012-12-29 05:15:57 +13:00
  • 034c768994 Compatibility fix to cv981 new speed law. * Also a minor fix to setting client version. BeniS 2012-12-29 02:34:36 +13:00
  • 44e428bccb Progress updating to cv981/pv973: * Implemented the new client AND protocol version methods. * Implemented the new speed laws added in cv980 (http://www.tibia.com/news/?subtopic=newsarchive&id=2251). * Added more missing bytea to login packets (client version/type and some unknown bytes). * Fixed the InputMessage::getDouble method. * Cleaned up some of the const values. * Started on the pending state features. BeniS 2012-12-29 00:05:45 +13:00
  • 619285069c Started updating to 9.8+ features, not yet finished (unsafe version). BeniS 2012-12-27 02:56:06 +13:00
  • a86449dea9 Fix to minimap navigating Samuel 2012-12-15 13:26:27 +01:00
  • ec8d50497b Fix http://otland.net/f494/otclient-error-171679/ Eduardo Bart 2012-12-08 16:14:10 -02:00
  • 7c48a98b67 Minor fixes Eduardo Bart 2012-12-08 16:08:54 -02:00
  • 5de031fb8b Workaround for issue #146 Eduardo Bart 2012-12-03 21:26:58 -02:00
  • f5b3bfda11 Lights minor fixes Eduardo Bart 2012-12-03 21:18:39 -02:00
  • dc6d2bb078 8bit color shouldn't be higher than 216, by mistake. BeniS 2012-12-03 16:47:21 +13:00
  • 617e6b302b Fix for creature lights. * Will now load the dat values for creature lights (ed if you know a more conventional way for this please let me know). * No need to draw light for the outfit the creature draw will handle it. Note: not sure if the from8bit method should limit at 256 or not, but tibia dat contains colors 216+. BeniS 2012-12-03 13:17:41 +13:00
  • b806b57628 Fix issue #143 Eduardo Bart 2012-12-01 20:15:22 -02:00
  • 6d6f600c44 Fix creatures light Eduardo Bart 2012-12-01 14:01:05 -02:00
  • ce6423320e Add ambient light in graphics options Eduardo Bart 2012-11-30 14:47:53 -02:00
  • 5fed08b17e Bind functions for minimum ambient light Eduardo Bart 2012-11-30 14:31:19 -02:00
  • f851bb7777 Minor fixes in lights Eduardo Bart 2012-11-30 09:03:42 -02:00
  • 6e154f6b2c Lights now are looking really good Eduardo Bart 2012-11-29 19:38:39 -02:00
  • d7a45311ed Fix issue #145, #29 and #39 Eduardo Bart 2012-11-29 00:45:26 -02:00
  • 81068f820d Implement lights, thanks @Tarjei400 Eduardo Bart 2012-11-28 23:47:26 -02:00
  • eb979ef7cd Modal Dialogs / Support for 9.70 Samuel 2012-11-27 14:48:48 +01:00
  • bce8e90ede Next version will be 0.5.6 Eduardo Bart 2012-10-24 19:07:52 -02:00
  • d4370e7c5d Fix issue #127 v0.5.5 Eduardo Bart 2012-10-24 18:51:57 -02:00
  • 8bb115d6d4 Fix issue #134 Eduardo Bart 2012-10-24 18:03:15 -02:00
  • c7890e7a49 Fix issue #124 Eduardo Bart 2012-10-23 18:16:14 -02:00
  • a6424f3022 Fix issue #118 Eduardo Bart 2012-10-23 17:32:04 -02:00
  • 7114946278 Fix issue #112 Eduardo Bart 2012-10-23 17:15:59 -02:00
  • 5f72488eba Fix issue #121 Eduardo Bart 2012-10-23 17:09:39 -02:00
  • 6acdb0fd64 Fix issue #132 Eduardo Bart 2012-10-23 16:00:12 -02:00
  • 7f864003d8 Converted cooldownbar to miniwindow Samuel 2012-10-13 21:33:04 +02:00
  • 053d29a64b Finishing Minimap Icons Samuel 2012-10-12 01:42:10 +02:00
  • 3990ee76e7 Minimap Icons Samuel 2012-10-11 17:36:00 +02:00
  • f48fb4343f Moveable Tabbars, Stretch/Shrink Fix Samuel 2012-10-10 22:20:32 +02:00
  • 478e796dbd Option: Don't Stretch/Shrink Game Window Samuel 2012-10-10 01:25:50 +02:00
  • 95e46dbbaf Fix: Multiline npc messages Samuel 2012-10-09 20:34:39 +02:00
  • c0a3b083f6 Fix loading, style, tooltip Samuel 2012-10-09 03:43:52 +02:00
  • ba407072a5 Merge https://github.com/TheSumm/otclient Eduardo Bart 2012-10-08 22:00:53 -03:00
  • 286a0fea58 Update to cooldown panel Samuel 2012-10-09 02:46:23 +02:00
  • adc89f132f Merge pull request #116 from TheSumm/spellSystem TheSumm 2012-10-08 12:50:10 -07:00
  • 01993c133d Merge branch 'master' of https://github.com/TheSumm/otclient Samuel 2012-10-08 21:45:03 +02:00
  • 5227a65d74 The smallest change of 2012 otfallen 2012-10-08 01:03:33 +00:00
  • af6a32263c Spell Cooldowns for 8.70+ Samuel 2012-10-08 21:32:25 +02:00
  • efdfb0e946 Merge pull request #115 from TheSumm/spellSystem TheSumm 2012-10-07 21:59:45 -07:00
  • b4642f9038 Custom spell support & tweaks Samuel 2012-10-08 06:51:25 +02:00
  • f26b359ae5 The smallest change of 2012 otfallen 2012-10-08 01:03:33 +00:00
  • ec8a9eddf2 Next version will be 0.5.5 Eduardo Bart 2012-10-07 15:37:57 -03:00
  • 8536c61c01 Spell List: Small tweaks v0.5.4 Samuel 2012-10-07 04:17:45 +02:00
  • a83be17bfe Revert "Spell List: Small tweaks" Samuel 2012-10-07 04:12:49 +02:00
  • 261dd40b96 Spell List: Small tweaks Samuel 2012-10-07 04:11:11 +02:00
  • eae002ea71 Spell List module Samuel 2012-10-07 03:24:06 +02:00
  • f0e9cf070e Important fix to uiscrollarea Samuel 2012-10-06 05:56:38 +02:00
  • 5756f20026 Fix orange text bug for protocol >861 Eduardo Bart 2012-10-05 19:11:41 -03:00
  • fa8b77f0c8 Fix issue #109 Eduardo Bart 2012-10-05 16:13:50 -03:00
  • ced5c035b9 optimize otb/xml a bit. otfallen 2012-10-05 20:31:05 +00:00
  • 526885f70d Fix issue #14 Eduardo Bart 2012-10-05 15:17:10 -03:00
  • 6c2539bbd4 Added support for curly braces in NPC chat Samuel 2012-10-05 17:50:54 +02:00
  • 737001264d Update version to 0.5.4 Eduardo Bart 2012-10-04 20:33:10 -03:00
  • 58d3a2ec72 Fix issue #99 v0.5.3 Eduardo Bart 2012-10-04 19:58:22 -03:00
  • 394f7a7821 Fix issue #104 Eduardo Bart 2012-10-04 19:50:18 -03:00
  • 7b38e44382 Fix issue #105 Eduardo Bart 2012-10-04 19:44:48 -03:00
  • 8119428d41 Fix issue #90 Eduardo Bart 2012-10-04 19:35:02 -03:00
  • 68f9af376f Fix issue #103 Eduardo Bart 2012-10-04 19:18:48 -03:00