281 Commits (26fb35fd4da055fd2f9b7d65fe2ca44160c347fe)

Author SHA1 Message Date
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 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
11 years ago
Ahmed Samy edf17a44ca Code cleanup
11 years ago
Sam 6db2458c1d Adding 10.31 to version list
11 years ago
Ahmed Samy 2556bfcbf2 Tab -> space
11 years ago
Ahmed Samy 9bdce800d8 Bind Container item code to lua
11 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
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 24e26e190b Also unbind g_minimap.updateTile
11 years ago
Ahmed Samy ad7cda534d Fix minimap tile update for item removal
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
Ahmed Samy 9154c0a678 mapio: fix load on new maps
11 years ago
Ahmed Samy 772ec208c0 don't throw error on fail
11 years ago
Sam 99500c9c91 Protocol 8.40-.42 fixes, closes #272
11 years ago
Ahmed Samy b9b9a32b83 Spawns: add function to find a spawn to place a creature on
11 years ago
conde2 d7612e9304 Little mistake
11 years ago
conde2 4dcb30110f Use of clamp
11 years ago
conde2 ca2fe9cf45 Fix compilation under MSVC
11 years ago
Sam ec012cb137 Fix 7.6 protocol issue / Typo
11 years ago
Sam 69ae324676 Tiny setPVPMode fix
11 years ago
Sam 4d656f8bd1 New pvp modes to combat controls
11 years ago
Sam c98439ae65 onOutfitChange fix
11 years ago
Sam 4f9f04206d Added enter / escape button to minimap flag window
11 years ago
Sam fc54a6e418 Full modal dialog functionality
11 years ago
Ahmed Samy 25d3019d1a force use of template version of std::min/max
11 years ago
Ahmed Samy 1711d8bdaf Revert "replace all std::min/std::max with just min/max"
11 years ago
Ahmed Samy 28d967ccce replace all std::min/std::max with just min/max
11 years ago
BrunoDCC 4bfe9b640e Fix houses and monsters
11 years ago
Eduardo Bart dd829395e3 Merge pull request #376 from dalkon/master
11 years ago
dalkon 18fa54181a Format fix
11 years ago
dalkon 5b8ff29fa3 Fix party "bug" & Additions
11 years ago
dalkon 59e90e8f1e Item phases
11 years ago
Eduardo Bart fc0297d6db Fix compile errors in ubuntu
11 years ago
Eduardo Bart 1060c6f78c Compilation for MSVC2013, thanks @dalkon
11 years ago
dalkon c9597d6682 Visual Studio 2013 Compatibility
11 years ago
Ahmed Samy 2b015d49d7 don't set bits twice
11 years ago
Ahmed Samy f04b4a0b42 small fix
11 years ago
Ahmed Samy ff5c22d4c0 Tiny fix
11 years ago
Eduardo Bart 1868b235cb Implement creature marks
11 years ago
Eduardo Bart 9a30050340 Fix typo
11 years ago
Eduardo Bart 9d689f0c43 Add missing changes for protocol > 1000
11 years ago
BrunoDCC 7d7bd00a63 minor fix :3
11 years ago
BrunoDCC c81a623c43 Fixes for creatures name
11 years ago
Sam 6f9436dd60 UISprite widget added
11 years ago
Joao Pasqualini Costa b3717ceb93 Fix - Writeable / Readable items
11 years ago
Joao Pasqualini Costa 084ee45650 A little mistake
11 years ago
Joao Pasqualini Costa 7290ec3334 Some work on container pagination
11 years ago
Joao Pasqualini Costa 971d90a596 Fix protocol error #362
11 years ago
Sam 8230bf2af4 Merge branch 'master' of https://github.com/edubart/otclient
11 years ago
Sam 241b54262a Updated lua consts
11 years ago
Ahmed Samy 63ce68b449 mapio: make sure we read the house tile flag
11 years ago
BrunoDCC de3160c90d Save houses and spawns fix
11 years ago
Sam 778559c7b9 Protocol 10.10 fixed containers
11 years ago