Commit Graph

  • 07f8e6fca9 New skin from https://github.com/Mignari/otc-gray-skin Eduardo Bart 2014-07-02 13:20:02 -03:00
  • f0ed0bad13 Merge pull request #538 from djayk1/master Henrique Santiago 2014-06-29 13:43:56 -03:00
  • 8fccc1eb63 Little fix djayk1 2014-06-29 11:25:01 -03:00
  • 62d2a22ab8 Merge pull request #537 from djayk1/master Sam 2014-06-23 18:22:55 +02:00
  • 10438c21ff Update game.cpp djayk1 2014-06-23 12:20:12 -03:00
  • ec99d35cee Update game.cpp djayk1 2014-06-23 12:19:12 -03:00
  • 85fe5867f3 Update protocolgameparse.cpp djayk1 2014-06-23 12:07:38 -03:00
  • 1a77473e13 Update const.h djayk1 2014-06-23 12:05:35 -03:00
  • cc483fba5a Update game.cpp djayk1 2014-06-23 12:04:30 -03:00
  • 94686d3fe8 Update protocolgameparse.cpp djayk1 2014-06-23 11:39:43 -03:00
  • 468ac9cbd2 Update game.cpp djayk1 2014-06-23 11:38:15 -03:00
  • 9f8293a5a0 Update game.lua djayk1 2014-06-23 11:35:52 -03:00
  • ce9e443c60 Remove redundant classes & added some Position methods. BenDol 2014-06-10 01:44:03 +12:00
  • 99b1ddf44c Must change UIMap class checks to UIGameMap. BenDol 2014-06-07 05:05:57 +12:00
  • c083d02bef Some fixes for class names and queue (added base class). BenDol 2014-06-07 04:10:14 +12:00
  • 00253e46b3 Added Queue class for event queuing (see CandyBot for examples of this). BenDol 2014-06-04 02:17:49 +12:00
  • d2b7de3801 Will stick to basic isInRange check function. BenDol 2014-06-02 11:43:29 +12:00
  • adcf258551 Forgot to add this. BenDol 2014-06-02 10:05:26 +12:00
  • 2df51622ba Some improvements to some things. BenDol 2014-06-02 10:04:56 +12:00
  • a7d7667491 Added gamelib for Position functions. BenDol 2014-06-01 18:11:52 +12:00
  • 0ad45d6826 Added 2 global functions for Position & g_map.getTiles(). BenDol 2014-05-31 15:46:55 +12:00
  • f23e70ff08 Fix battlelist square bug / Cleanup Sam 2014-05-29 03:16:47 +02:00
  • b96be291bb Fix use-with issue #508 Sam 2014-05-10 17:10:07 +02:00
  • 72b3403728 Fix filestream read Henrique Santiago 2014-05-09 18:56:15 -03:00
  • b1964a1c10 Merge pull request #522 from Mignari/master Henrique Santiago 2014-04-21 00:24:22 -03:00
  • 25fb3113fa Fix calculate patterns. Nail 2014-04-20 23:58:26 -03:00
  • 24acf8855f Now possible to create effects and missiles via lua. BenDol 2014-04-20 13:26:05 +12:00
  • 06855dd1de Added subType for Player:getItem/getItems. BenDol 2014-04-20 07:45:10 +12:00
  • 65d556ef4e Fixed issue with isAttacking and isFollowing on older protocols. BenDol 2014-04-20 04:36:52 +12:00
  • 54b8e362d5 Fix missing reference for VS project. BenDol 2014-04-10 19:14:08 +12:00
  • 45b41b88bd Merge branch 'master' of https://github.com/edubart/otclient BenDol 2014-04-06 15:29:23 +12:00
  • 1baad726ae Just use g_configs.unload(config) to unload config files. BenDol 2014-04-06 15:29:02 +12:00
  • b19fb22146 Merge pull request #514 from Mignari/master Henrique Santiago 2014-04-04 16:54:37 -03:00
  • 8dec9cd835 Fix alpha at color key. Nail 2014-04-04 16:28:56 -03:00
  • 50d3f83fce Merge pull request #513 from Mignari/master Henrique Santiago 2014-04-04 14:30:09 -03:00
  • 41b2f9b911 Per-pixel transparency. Nail 2014-04-04 12:58:12 -03:00
  • a02c091376 Fix stop crashing with UIWidget::moveChildToIndex. BenDol 2014-04-04 11:33:17 +13:00
  • 01e6169cfb Fix to setText method. BenDol 2014-04-04 04:49:44 +13:00
  • 1074b6b787 Provide the option to suppress lua call in setText BenDol 2014-04-03 05:20:35 +13:00
  • d45fbcb10f Fixed terminal size bug BenDol 2014-04-02 20:50:36 +13:00
  • f334a03397 Merge pull request #510 from edubart/configs_impl Henrique Santiago 2014-04-01 13:23:56 -03:00
  • 3ce37dacbd Removed onUnload from corelib and added more lua bindings for resources. BenDol 2014-04-02 05:20:18 +13:00
  • 166eb7614f Fix accidental cmake changes. BenDol 2014-04-02 03:04:10 +13:00
  • 8b3f3b11f0 Can now unload a Config by config:unload() BenDol 2014-04-02 02:34:12 +13:00
  • 2d84fae2c8 Can now create new configs on the fly using: local config = g_configs.create(file) BenDol 2014-04-02 01:54:13 +13:00
  • 5204e3ac03 Proper termination and initialization of the ConfigManager. BenDol 2014-04-02 00:30:17 +13:00
  • 547b18db9a Update copyright for 2014 BenDol 2014-04-01 18:36:42 +13:00
  • 37f9d3e200 Fix building issues. BenDol 2014-04-01 18:09:25 +13:00
  • 4b24c78f0f Fix to the makesingleton function. BenDol 2014-04-01 17:22:00 +13:00
  • 994f49b3c1 Better implementation for forming the singleton wrapper. BenDol 2014-04-01 17:08:07 +13:00
  • 79ee0e34ea Keep g_settings as a 'static' variable rather than a direct object. BenDol 2014-04-01 16:51:38 +13:00
  • b295053662 Finished stable implementation (as far as tested), still requires more testing. BenDol 2014-04-01 16:27:33 +13:00
  • 61059e66ec Started implementing ability to load custom config files (currently unstable). BenDol 2014-04-01 05:43:31 +13:00
  • f4de000646 Merge pull request #504 from Shawak/master Eduardo Bart 2014-03-22 18:38:40 -03:00
  • d20c263912 Ability to get buffer from inputmessage Shawak 2014-03-22 18:09:11 +01:00
  • 07e40afa3d Ability to get buffer from inputmessage Shawak 2014-03-22 18:07:13 +01:00
  • 8179915e06 Ability to get buffer from inputmessage Shawak 2014-03-22 18:05:32 +01:00
  • 4f79a30689 Remove print from purse code Sam 2014-03-13 00:13:39 +01:00
  • a58a3e90c8 Implement purse slot (closes #208), add version 10.37 (could not find protocol changes) Sam 2014-03-12 15:46:35 +01:00
  • 8d8f32b081 Partial 10.36 support, also fix #499 Sam 2014-03-12 06:39:20 +01:00
  • 9d866a3616 Merge pull request #501 from conde2/master Sam 2014-03-11 21:56:07 +01:00
  • 0fbba70003 Fix protocol erros and try to fix walk delay conde2 2014-03-11 17:18:50 -03:00
  • 598a7edf6b Merge pull request #497 from Faith2531/patch-1 Henrique Santiago 2014-03-03 12:04:09 -03:00
  • b415b73b4a Fix creature marks. Thanks to @dalkon Sam 2014-03-03 15:54:58 +01:00
  • b6d8ede854 Update game.cpp Faith2531 2014-03-03 11:50:47 +01:00
  • d64a682e74 Merge pull request #490 from conde2/master Sam 2014-02-24 19:44:57 +01:00
  • d080432e14 Support for newer versions and light draw fix conde2 2014-02-24 15:33:29 -03:00
  • 8bd1293be7 Tiny topmenu fix Sam 2014-02-22 02:21:09 +01:00
  • ce411ec871 Merge pull request #484 from LordHepipud/patch-3 Sam 2014-02-18 16:34:21 +01:00
  • 82a5989f5c Fix Tile::getTopLookThing() LordHepipud 2014-02-17 22:51:59 +01:00
  • bb514d3acb Optimize path finding upto 100x performance again Eduardo Bart 2014-02-16 13:57:53 -03:00
  • c96b717273 Fix library installation Ahmed Samy 2014-02-16 16:02:46 +02:00
  • d245b7fb29 Revert "Build framework dynamically by default" Ahmed Samy 2014-02-13 17:43:03 +02:00
  • edde71fc09 Build framework dynamically by default Ahmed Samy 2014-02-13 14:34:31 +02:00
  • b7b8fdfd0c Fix BinaryTree skip, small otb changes Henrique Santiago 2014-02-13 00:41:53 -02:00
  • 8dc831088e CMake: Optional static/shared linkage for the framework lib Ahmed Samy 2014-02-12 22:31:18 +02:00
  • c07d448aac CMake: Build framework independently from OTClient then link OTC against it. Ahmed Samy 2014-02-12 21:01:34 +02:00
  • 57a330e589 Fix path finding issue introduced by PR #470 Eduardo Bart 2014-02-11 19:28:01 -02:00
  • 64437e4e1a Fix #476 Eduardo Bart 2014-02-11 18:16:50 -02:00
  • 96f3bcb42b Merge https://github.com/shirayukikitsune/otclient Ahmed Samy 2014-02-11 15:55:23 +02:00
  • c8b4566194 TextEdit: If cursor pos reaches end, move to start, and the opposite Ahmed Samy 2014-02-10 08:05:45 +02:00
  • d30ff220f6 Fix market anchoring, closes #464 Sam 2014-02-06 14:04:22 +01:00
  • f0fbd4790f And do not delete curly brackets. sakagushi 2014-02-06 04:36:39 -02:00
  • cb1f28a3a3 Meh, spacing. sakagushi 2014-02-06 04:34:54 -02:00
  • cc1e3c534e Even more fixes sakagushi 2014-02-06 04:34:04 -02:00
  • f4f79f47bd Optimizations in Map::findPath sakagushi 2014-02-06 03:57:17 -02:00
  • ff617c3fab More fixes in Map::findPath sakagushi 2014-02-06 03:36:19 -02:00
  • 43524a9127 Fixes heap corruption in Map::findPath sakagushi 2014-02-06 02:08:10 -02:00
  • 48ff67dc06 Fix useWith issue Sam 2014-01-25 22:14:01 +01:00
  • 8bd154b604 Merge pull request #452 from conde2/master Sam 2014-01-24 10:26:28 -08:00
  • 9da018fdff Temporary fix for async conde2 2014-01-24 00:19:08 -02:00
  • 4f4788c1c3 Fix WritableDate to correct version (at least I hope so), fixes #446 Sam 2014-01-21 23:13:07 +01:00
  • d0d8c9a081 Bind adjustments, some fixes Sam 2014-01-21 22:12:50 +01:00
  • f3b5adbf40 Merge pull request #447 from conde2/master Henrique Santiago 2014-01-21 13:01:56 -08:00
  • 38c9b6b0b2 Luacasts for Light Sam 2014-01-21 22:01:11 +01:00
  • 79be0eca73 Fix compilation under MSVC, bind some fucntions conde2 2014-01-21 18:33:22 -02:00
  • 9bd02ca8ba Added method to export a ThingType as png :exportImage(fileName) Sam 2014-01-21 12:11:19 +01:00
  • f12ecd8404 Implemented a function to save .dat file Sam 2014-01-21 11:10:02 +01:00
  • 53803b2218 Implemented a function to save .spr file Sam 2014-01-20 23:51:15 +01:00
  • 67c2453c82 savePNG method for Image Sam 2014-01-20 23:04:49 +01:00