1575 Commits (d3e97d33c7ba9338a63395f15d7223ab990e2a9f)

Author SHA1 Message Date
Allan Ference 5849136526 Introduce g_things.findItemTypeByName
11 years ago
Allan Ference 0451fd6b58 OTBM saver: don't escape version check for waypoints
11 years ago
Allan Ference 9cf878335a Minor changes
11 years ago
Allan Ference 1ea2b380ca Disregard progressbar
11 years ago
BrunoDCC 4d498ed0d8 Fix OTBM save
11 years ago
Allan Ference 9aa667da26 MapEditor: more changes for ease of use
11 years ago
Allan Ference e6db43ac3a MapEditor specific: Use colors for tile states
11 years ago
Mark Samman 4a04a18835 Fix login with 9.83-10.10
11 years ago
Mark Samman 261642190b Fix compiling on OS X
11 years ago
BeniS 95abf2a1d2 Fix a bug with autowalking & add prompt param for tryLogout.
11 years ago
Sam 987c6d6c91 Mount display issue
11 years ago
Sam b81590f297 Fixed Alt + F4 keycombo on Windows
11 years ago
BeniS e062562888 Added sublime text 2 project file.
11 years ago
BeniS 18d23653c4 Added some control params to dofiles lua method.
11 years ago
Sam cc12db0d1f Reverted getTopMultiUseThing() change
11 years ago
Joao Pasqualini Costa 57bb6ff974 Fix #315 by @pacmanis
11 years ago
Eduardo Bart b43a196eac Minor fixes and add auto resize for images
11 years ago
Joao Pasqualini Costa 6ef3508362 Properly Fix #301
11 years ago
Eduardo Bart a71e07f063 Restore walk optimization
11 years ago
Eduardo Bart 4bdd1e79fd Fix compile error for win32
11 years ago
Eduardo Bart e9e4dcd71b Improve walk when lagging
11 years ago
Eduardo Bart 0891e2b30a Add C++ traceback to errors
11 years ago
Eduardo Bart 24664714bd Fix rare but serious bug in Connection
11 years ago
Eduardo Bart 64fc4570c9 Try to fix compilation for gcc 4.6 [3]
11 years ago
Eduardo Bart 392acc0b43 Try to fix compilation for gcc 4.6 [2]
11 years ago
Eduardo Bart 69f72b9c86 Try to fix compilation for gcc 4.6
11 years ago
Eduardo Bart 489688e9fb Merge branch 'sql'
11 years ago
Eduardo Bart 61be2103ed Fix linkage
11 years ago
BeniS a7b27ef8dd Forgot to add MySQLResult lua binding
11 years ago
Eduardo Bart 44bf4dcb6e Fix ubuntu compile errors
11 years ago
BeniS 9305053e34 Few issues with compilation and layout
11 years ago
Eduardo Bart 1dd558d57e Revert "Use boost::thread instead of std::thread"
11 years ago
BeniS 15ee7962f1 Some minor clean ups
11 years ago
Eduardo Bart 8c016b143a Fix #294
11 years ago
Eduardo Bart 71b5c5f2e4 Use boost::thread instead of std::thread
11 years ago
Henrique Santiago 5396ea6231 Fix to last commit
11 years ago
Henrique Santiago 9955de573b Avoid infinite loop
11 years ago
Eduardo Bart 0be7bd5360 Implement async dispatcher #221
11 years ago
Eduardo Bart c452e74e0c Implement stdext::shared_ptr
11 years ago
Eduardo Bart bdbe065c23 Add thread safety for std::shared_object_ptr
11 years ago
BeniS f4263384bc Fix boost issue on Ubuntu and fix MySQL lib issue
11 years ago
BeniS f50c63e9e5 Removed singleton instance & added more lua bindings
11 years ago
BeniS 48ac91d173 A few clean ups and also tested, its working fine
11 years ago
BeniS 8db85e4e3a Use stdext::millis not g_clock.millis
11 years ago
BeniS 02d32565e9 Work on sql framework classes
11 years ago
BeniS 3980f859b7 Forgot to remove header includes
11 years ago
Eduardo Bart c392bcca90 Fix win32 alt bug
11 years ago
Eduardo Bart 62921dee9b Fixes in options, hotkeys and viplist
11 years ago
BeniS 3ca85cbe87 Removed Position dependencies inside the framework
11 years ago
Eduardo Bart 32df317163 Fix luajit on Mac OS X
11 years ago
Samuel 884102833e OTB loading fix
11 years ago
Eduardo Bart 8314b84f69 Add live_textures_reload command
11 years ago
Henrique Santiago e85afd4b63 Platform modtime, little changes to entergame
11 years ago
Eduardo Bart dad3026ba0 Optimize terminal buffering
11 years ago
Eduardo Bart 9312d20a0f More terminal improvements
11 years ago
Eduardo Bart b804dd6959 Fixes and new tuned terminal
11 years ago
Eduardo Bart 69e762385e Warn when shared_object_ptr misused
11 years ago
Eduardo Bart e528fcc8f8 Minor fixes and improvements
11 years ago
Henrique Santiago 46aa0c005f Support to miniwindow margin, fix protocollogin connectCallback, pt translation
11 years ago
Henrique Santiago 864ac3fdd9 Pt translations, #286
11 years ago
BeniS 5f26303389 Added latest protocol/client support for cipservers
11 years ago
BeniS 0bf909d52f Fix #283 and more:
11 years ago
Eduardo Bart ef20f59a98 Fix new line in utf8 conversion
11 years ago
Eduardo Bart dc3559a5c0 Fix hotkey bug and compile error on Mac
11 years ago
Eduardo Bart d0576da69d Implement dash walking and zoom out again
11 years ago
Eduardo Bart 04f52d77d2 Walk ping is not supported anymore
11 years ago
Eduardo Bart 06e2b6eca2 Platform fixes and rework ping
11 years ago
Henrique Santiago a8c175452b Pt translations
11 years ago
Eduardo Bart 035ce26728 Fix link error in Mac OS X
11 years ago
Eduardo Bart 04c4943fa8 Remove boost::filesystem dependency
11 years ago
Eduardo Bart 09c937998f Dont use boost locale anymore
11 years ago
Eduardo Bart e4e3d7d053 New platform APIs and new OpenAL cmake
11 years ago
Eduardo Bart 5b573afdfc Change network errors message
11 years ago
Henrique Santiago 90d2032e9e More changes to painter
11 years ago
Henrique Santiago 3eeb5ae890 Painter became PainterOGL, new Painter generic class
11 years ago
Eduardo Bart 9a54bfcc90 Minimap, hotkeys and lot of other changes
11 years ago
Henrique Santiago f8b078ea91 Little fixes
11 years ago
Henrique 33ce0aa704 A few more changes to dx9
11 years ago
Henrique bb304f9f4e Fixes to npc trade, begin native directx support
11 years ago
Eduardo Bart 67fc77d507 Add sell all button to NPC trade
11 years ago
Henrique Santiago ffcb65f365 Draw minimap background without map
11 years ago
BeniS adc01ab9e3 Proper fix for autowalk lag issue
11 years ago
BeniS 725a16e38e Fix a lag issue with auto walking
11 years ago
Henrique Santiago b1bab32618 Fixes to lua
11 years ago
Henrique Santiago dfb0150a7d Fix signalCall, healthinfo tooltips
11 years ago
Henrique Santiago 11cb287a21 Changes to UIProgressBar, simplified healthinfo module
11 years ago
Henrique Santiago 25841e9c77 Merge pull request #267 from ricardoianelli/master
11 years ago
Ricardo Ianelli cbeab6f9b0 Moving start messages to lua
11 years ago
Eduardo Bart ea0d5f3d81 Fix compile error for OpenGL ES
11 years ago
Henrique Santiago 4f3be92208 Refix last commit
11 years ago
Henrique Santiago 3c3ba9ef4c Fix crash when clientid is invalid
11 years ago
Henrique Santiago 2f7a06e93e Full ground option in otml
11 years ago
Henrique Santiago 7f918a12a2 Old light method restored, it can be changed in lua now
11 years ago
Eduardo Bart 7f6a4bbbe5 Lightning is not additive anymore
11 years ago
Eduardo Bart 86c462eb4d Fix win32 compile errors
11 years ago
Eduardo Bart 7ece0ed8c7 Buttons for client options
11 years ago
Eduardo Bart cf77df05ca Fix possible leaks in stdext::format
11 years ago
Eduardo Bart dcd6249e8f Link ICU in Mac OS
11 years ago
Eduardo Bart f0ac63eb5c Disable crash handler in Mac OS
11 years ago
Eduardo Bart 637b6ceca2 Trying to get it compiling on Mac OS X
11 years ago