1855 Commits (master)

Author SHA1 Message Date
TheSumm ab5bed456b Fix warning
9 years ago
TheSumm fcd481ee15 Added missing message mode
9 years ago
TheSumm 83dc129f03 Protocol 10.76, fixed death window & death packet
9 years ago
Gabriel Pedro 04b516a1a0 Update copyright for 2015
9 years ago
TheSumm f51a160bde Remove unintentionally added files
9 years ago
TheSumm cbf70c1d63 Enable protocol 10.75
9 years ago
Nailson 74af47f4d6 Added support for enhanced animations for items.
9 years ago
TheSumm 4c4e0b9d07 Fix error showing after relogging with containers being open
9 years ago
TheSumm 71931b961a Full protocol 10.74 support (session key), entergame style fixes
9 years ago
BenDol 900ebbd985 Fixes #181 and fixes #551
9 years ago
TheSumm 8542f8bfd4 Protocol 10.73 support
9 years ago
TheSumm fc76ca4523 Updated advernturer blessing inventory style to be more robust
9 years ago
TheSumm 63f95317a2 Fixed baseSpeed not being parsed (10.59+)
9 years ago
TheSumm 26fb35fd4d Fixed major bug
9 years ago
TheSumm ddec9627b8 Protocol 10.72 (Authenticator) Support, Unjustified Points diplay
9 years ago
TheSumm 4b7770361d Fix parseLogin packet
9 years ago
BenDol 16f6a0019c Fix dat loading issue with 10.00 & minor outfit window fix.
9 years ago
TheSumm 7f3f18f991 Support for Protocols up to 10.71, Adventurer Blessing
9 years ago
Eduardo Bart f6fb785cea Use -O2 in release build
10 years ago
BenDol bdfb77166e Reuse code by merging dash functionality with walk method.
10 years ago
BenDol 9f3ebb0036 Fix #577 dash will now fire onWalk (with isDash parameter).
10 years ago
BenDol ddb5e58057 Fix #569 finally had some free time.
10 years ago
Dominique Verellen 682694cc07 Update graphicalapplication.cpp
10 years ago
osmarjunior 3557879361 Fix bug when drawing mounts while walking
10 years ago
BenDol d3d3294277 Added missing premium trigger opcode.
10 years ago
BenDol ef7f94ac76 Some minor changes/additions.
10 years ago
BenDol 3343919c92 Added GameEnhancedAnimations to lua
10 years ago
BenDol 4eb7668922 Can now login to official tibia servers.
10 years ago
BenDol 1f272b7aba Added preview state packet.
10 years ago
BenDol 09d830d02e Fix build error
10 years ago
BenDol d7429c201c Started 1050 implementation and fix ups:
10 years ago
Sam fe585d27d8 Cleanup dat loading, fix version 8.6+
10 years ago
Sam 153cf3e859 Container fix
10 years ago
Sam 6b46370d1a 7.4 .dat support, playing an actual server might not work yet
10 years ago
Sam 2a57a5f7d0 Browse field, locked & paginated container support
10 years ago
BenDol 9e0ddb08e3 More debug prints and avoid null pointer.
10 years ago
BenDol 0f362f80e3 Added easy menu hooking, fixed terminal default size/pos & more:
10 years ago
BenDol 07ac5c27ca Added some missing lua functions.
10 years ago
BenDol 9f7aafac0b Fix a crash issue when attempting to draw invalid item.
10 years ago
djayk1 8fccc1eb63 Little fix
10 years ago
djayk1 10438c21ff Update game.cpp
10 years ago
djayk1 ec99d35cee Update game.cpp
10 years ago
djayk1 85fe5867f3 Update protocolgameparse.cpp
10 years ago
djayk1 1a77473e13 Update const.h
10 years ago
djayk1 cc483fba5a Update game.cpp
10 years ago
djayk1 94686d3fe8 Update protocolgameparse.cpp
10 years ago
djayk1 468ac9cbd2 Update game.cpp
10 years ago
BenDol 2df51622ba Some improvements to some things.
10 years ago
BenDol 0ad45d6826 Added 2 global functions for Position & g_map.getTiles().
10 years ago
Henrique Santiago 72b3403728 Fix filestream read
10 years ago
Nail 25fb3113fa Fix calculate patterns.
10 years ago
BenDol 24acf8855f Now possible to create effects and missiles via lua.
10 years ago
BenDol 65d556ef4e Fixed issue with isAttacking and isFollowing on older protocols.
10 years ago
BenDol 45b41b88bd Merge branch 'master' of https://github.com/edubart/otclient
10 years ago
BenDol 1baad726ae Just use g_configs.unload(config) to unload config files.
10 years ago
Nail 8dec9cd835 Fix alpha at color key.
10 years ago
Nail 41b2f9b911 Per-pixel transparency.
10 years ago
BenDol a02c091376 Fix stop crashing with UIWidget::moveChildToIndex.
10 years ago
BenDol 01e6169cfb Fix to setText method.
10 years ago
BenDol 1074b6b787 Provide the option to suppress lua call in setText
10 years ago
BenDol 3ce37dacbd Removed onUnload from corelib and added more lua bindings for resources.
10 years ago
BenDol 166eb7614f Fix accidental cmake changes.
10 years ago
BenDol 8b3f3b11f0 Can now unload a Config by config:unload()
10 years ago
BenDol 2d84fae2c8 Can now create new configs on the fly using: local config = g_configs.create(file)
10 years ago
BenDol 5204e3ac03 Proper termination and initialization of the ConfigManager.
10 years ago
BenDol 547b18db9a Update copyright for 2014
10 years ago
BenDol 37f9d3e200 Fix building issues.
10 years ago
BenDol b295053662 Finished stable implementation (as far as tested), still requires more testing.
10 years ago
BenDol 61059e66ec Started implementing ability to load custom config files (currently unstable).
10 years ago
Shawak d20c263912 Ability to get buffer from inputmessage
10 years ago
Shawak 07e40afa3d Ability to get buffer from inputmessage
10 years ago
Shawak 8179915e06 Ability to get buffer from inputmessage
10 years ago
Sam a58a3e90c8 Implement purse slot (closes #208), add version 10.37 (could not find protocol changes)
10 years ago
Sam 8d8f32b081 Partial 10.36 support, also fix #499
10 years ago
Sam 9d866a3616 Merge pull request #501 from conde2/master
10 years ago
conde2 0fbba70003 Fix protocol erros and try to fix walk delay
10 years ago
Henrique Santiago 598a7edf6b Merge pull request #497 from Faith2531/patch-1
10 years ago
Sam b415b73b4a Fix creature marks. Thanks to @dalkon
10 years ago
Faith2531 b6d8ede854 Update game.cpp
10 years ago
conde2 d080432e14 Support for newer versions and light draw fix
10 years ago
LordHepipud 82a5989f5c Fix Tile::getTopLookThing()
10 years ago
Eduardo Bart bb514d3acb Optimize path finding upto 100x performance again
10 years ago
Henrique Santiago b7b8fdfd0c Fix BinaryTree skip, small otb changes
10 years ago
Eduardo Bart 57a330e589 Fix path finding issue introduced by PR #470
10 years ago
Ahmed Samy 96f3bcb42b Merge https://github.com/shirayukikitsune/otclient
10 years ago
Ahmed Samy c8b4566194 TextEdit: If cursor pos reaches end, move to start, and the opposite
10 years ago
sakagushi f0fbd4790f And do not delete curly brackets.
10 years ago
sakagushi cb1f28a3a3 Meh, spacing.
10 years ago
sakagushi cc1e3c534e Even more fixes
10 years ago
sakagushi f4f79f47bd Optimizations in Map::findPath
10 years ago
sakagushi ff617c3fab More fixes in Map::findPath
10 years ago
sakagushi 43524a9127 Fixes heap corruption in Map::findPath
10 years ago
Sam 48ff67dc06 Fix useWith issue
10 years ago
Sam 8bd154b604 Merge pull request #452 from conde2/master
10 years ago
conde2 9da018fdff Temporary fix for async
10 years ago
Sam 4f4788c1c3 Fix WritableDate to correct version (at least I hope so), fixes #446
10 years ago
Sam d0d8c9a081 Bind adjustments, some fixes
10 years ago
Henrique Santiago f3b5adbf40 Merge pull request #447 from conde2/master
10 years ago
Sam 38c9b6b0b2 Luacasts for Light
10 years ago
conde2 79be0eca73 Fix compilation under MSVC, bind some fucntions
10 years ago
Sam 9bd02ca8ba Added method to export a ThingType as png :exportImage(fileName)
10 years ago
Sam f12ecd8404 Implemented a function to save .dat file
10 years ago
Sam 53803b2218 Implemented a function to save .spr file
10 years ago
Sam 67c2453c82 savePNG method for Image
10 years ago
Sam 455000c02d Fix save_png definition / New UISprite function
10 years ago
Sam 27ae54d7d6 Lua call for loading .spr, .dat, .otb
10 years ago
Sam aec577a4b4 Merge pull request #442 from d33tah/master
10 years ago
Ahmed Samy 6f467d5a1b Sort town/house names
10 years ago
Jacek Wielemborek e6c9e78935 Get rid of trailing whitespace.
10 years ago
Sam 3750a85c5f Fix for version 8.40
10 years ago
Sam 03de13d618 Duplicate lua function removed
10 years ago
Sam 20b68c6a42 Vip functionality, closes #83
10 years ago
Ahmed Samy e4ba805e00 deleteSpawn()
10 years ago
Ahmed Samy 93be0f975f getCreatures / getSpawns
10 years ago
Sam cbfeef39bc Effects now use x and y pattern, fixes #433
10 years ago
Sam d7dfa2220e GMAction fix
10 years ago
Ahmed Samy edf17a44ca Code cleanup
10 years ago
Sam 6db2458c1d Adding 10.31 to version list
10 years ago
Ahmed Samy 2556bfcbf2 Tab -> space
10 years ago
Ahmed Samy 9bdce800d8 Bind Container item code to lua
10 years ago
Ahmed Samy 9adab5f9bf Item serialization: Write description & text
11 years ago
Ahmed Samy a6f998d406 Fix typo & bind ItemType::isWritable
11 years ago
Ahmed Samy ab21558c47 Do not test for TILESTATE_NONE
11 years ago
Sam 17c4d59b15 Enabling versions 7.8 to 8.0
11 years ago
Sam da959aca28 Support for protocol 7.7/7.72 / Tiny fix
11 years ago
Ahmed Samy 6745bff132 Introduce g_resources.getDirectoryFiles
11 years ago
Sam 27db78567b Fix writables in 7.6, fixes #416
11 years ago
Sam 9d8cf33acc Fix 7.60 login protocol
11 years ago
LordHepipud aa84ee4362 Fix 7.70 RSA / XTEA encryption
11 years ago
Henrique Santiago 1e17919a26 Use of createTable on containers
11 years ago
Ahmed Samy df3546b073 lua: now we have a function to static allocate an array
11 years ago
Ahmed Samy 24e26e190b Also unbind g_minimap.updateTile
11 years ago
Ahmed Samy ad7cda534d Fix minimap tile update for item removal
11 years ago
Sam 863bece70b VC12 fixes by @dalkon
11 years ago
Ahmed Samy 22f97aa00b More binds to lua
11 years ago
Ahmed Samy e32607b05c Tiny fixes
11 years ago
Ahmed Samy 1790eee1c6 Add selection to tile
11 years ago
Ahmed Samy ec2518525a Add more tile flags to be checked for
11 years ago
Ahmed Samy eb4fb4ff41 Animations are now optional
11 years ago
Ahmed Samy 4f997a3826 Only request tile cache to be updated once for both x & y
11 years ago
Ahmed Samy c54015a60d Fixup movePixels a little bit
11 years ago
Ahmed Samy 57c432d3ea Increase maximum move offset to be 64 instead of 32
11 years ago
Ahmed Samy bd8c883e13 Take out debug message
11 years ago
Ahmed Samy b5c3b37b3c Tiny fix for movePixels
11 years ago
Ahmed Samy ece6507df2 Bind g_minimap.updateTile to lua
11 years ago
Ahmed Samy 04515ffbb8 Fix map move pixels function
11 years ago
Ahmed Samy ed24a0735a Bind {un,}lockVisibleFloor to lua
11 years ago
Ahmed Samy 2498129ff3 mapio: don't add saved with line in description
11 years ago
Ahmed Samy 066638e7c0 mapio: don't add description twice
11 years ago
Ahmed Samy 95610de5f3 bind set{Width,Height} of g_map to lua
11 years ago