Túlio Henrique
0e87c8355b
Improved input handler
2015-07-28 07:55:27 -03:00
Tulioh
44ddbc34e8
Fix on android finger
2015-04-23 14:40:24 -03:00
Tulioh
2b96ae7f09
Merge https://github.com/edubart/otclient
2015-04-19 12:22:16 -03:00
Gabriel Pedro
04b516a1a0
Update copyright for 2015
2015-03-04 10:36:51 -04:00
Tulioh
fd97ccd402
Implemented some event handlers in SDL
2015-01-11 13:24:54 -02:00
Tulioh
15b3d439d6
Compiling and running on android, but the window is black when run (bug)
2014-12-30 23:36:42 -02:00
Tulioh
389c7f2a60
Compiling for android but have some bugs
2014-12-25 14:22:37 -02:00
Tulioh
7e34c452a1
Added some files to this commit
2014-12-22 00:37:07 -02:00
Tulioh
b3b314f01b
Android compilation added.
2014-12-19 00:56:55 -02:00
BenDol
09d830d02e
Fix build error
2014-08-03 10:10:33 +12:00
BenDol
d7429c201c
Started 1050 implementation and fix ups:
...
* Dat now loads (new animations aren't yet functional).
* Fixed the way we reference client versions.
TODO: Write new animation functionality & find out protocol changes.
2014-08-03 10:02:28 +12:00
BenDol
547b18db9a
Update copyright for 2014
2014-04-01 18:36:42 +13:00
Jacek Wielemborek
e6c9e78935
Get rid of trailing whitespace.
...
Commit generated by command:
find -type f ! -path '*.git*' ! -path '*.png' ! -path '*.ico' ! -path \
'*.ogg' | xargs -I '{}' sed -i '{}' -e 's/\t*$//g' -e 's/ *$//g'
2014-01-18 15:09:26 +01:00
Sam
863bece70b
VC12 fixes by @dalkon
2013-12-15 19:09:03 +01:00
Eduardo Bart
b07a77f705
Changes to compile for Win64
2013-11-13 13:55:34 -02:00
Eduardo Bart
1060c6f78c
Compilation for MSVC2013, thanks @dalkon
...
OTclient now compiles in "Microsoft Visual Studio 2013 Express for Windows Desktop"
All the needed libraries you can download at https://www.dropbox.com/s/2yfb1c763io8efy/otclient-msvc13-libs.zip
NOTE: You have to change VC++ Directories to the properly directories
NOTE: Latested MSVC 2013 or greated is required
2013-11-12 16:32:39 -02:00
dalkon
c9597d6682
Visual Studio 2013 Compatibility
2013-11-12 16:32:39 -02:00
Sam
b81590f297
Fixed Alt + F4 keycombo on Windows
2013-06-29 16:53:15 +02:00
Eduardo Bart
4bdd1e79fd
Fix compile error for win32
2013-03-13 21:18:17 -03:00
Eduardo Bart
0891e2b30a
Add C++ traceback to errors
2013-03-12 01:36:36 -03:00
Eduardo Bart
c392bcca90
Fix win32 alt bug
2013-03-03 00:00:13 -03:00
Eduardo Bart
8314b84f69
Add live_textures_reload command
2013-03-01 05:46:55 -03:00
Henrique Santiago
e85afd4b63
Platform modtime, little changes to entergame
2013-03-01 05:08:40 -03:00
Eduardo Bart
e528fcc8f8
Minor fixes and improvements
2013-02-28 02:43:26 -03:00
Eduardo Bart
06e2b6eca2
Platform fixes and rework ping
2013-02-24 22:16:45 -03:00
Eduardo Bart
04c4943fa8
Remove boost::filesystem dependency
2013-02-22 19:29:58 -03:00
Eduardo Bart
09c937998f
Dont use boost locale anymore
2013-02-22 18:49:36 -03:00
Eduardo Bart
e4e3d7d053
New platform APIs and new OpenAL cmake
2013-02-22 16:53:49 -03:00
Eduardo Bart
9a54bfcc90
Minimap, hotkeys and lot of other changes
...
* Begin working on a new layout system for UIMinimap and later UIMap,
this new layout system allows to add widgets to the minimap
* Add option to disable motd
* Rework hotkey binding
* Lots of fixes in hotkeys manager
* Add fullmap view using Ctrl+Shift+M
* Prevent some crashs in ThingType draw
* Add function to load minimap from PNG files
* Fixes in minimap saving
* Fixes in Tile::isClickable
* Add UIMapAnchorLayout, new layout for maps
* Fix freezes in win32 when pressing alt key
2013-02-21 17:03:05 -03:00
Henrique
bb304f9f4e
Fixes to npc trade, begin native directx support
2013-02-20 15:41:28 -03:00
Eduardo Bart
86c462eb4d
Fix win32 compile errors
2013-02-06 18:48:23 -02:00
Eduardo Bart
cf77df05ca
Fix possible leaks in stdext::format
2013-02-05 20:00:28 -02:00
Eduardo Bart
f0ac63eb5c
Disable crash handler in Mac OS
2013-02-05 19:10:22 -02:00
Eduardo Bart
637b6ceca2
Trying to get it compiling on Mac OS X
2013-02-05 19:03:18 -02:00
Eduardo Bart
d6e8e92a45
Some fixes in hotkeys and other improvements
...
* Save last logged character and world instead of character name
* Make focused label always visible in character list and hotkeys
* Other fixes in hotkeys
2013-01-28 16:33:35 -02:00
Eduardo Bart
4536c68f00
Fix #249
2013-01-27 18:26:48 -02:00
Eduardo Bart
3a47c4f2e1
Remake cursors, closes #219 and #237
2013-01-25 11:19:40 -02:00
Eduardo Bart
311bc220a8
Fix a warning
2013-01-23 16:55:10 -02:00
Eduardo Bart
0120b7554c
Restore support for animated png files
...
* Rework resource manager
* Add missing files
* Improve some graphics classes
2013-01-08 19:31:41 -02:00
Eduardo Bart
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
2013-01-08 18:45:27 -02:00
Eduardo Bart
122577a916
Just rename some files
...
* Fix a server ping issue
2013-01-08 16:32:05 -02:00
Eduardo Bart
8bb115d6d4
Fix issue #134
2012-10-24 18:03:15 -02:00
Eduardo Bart
a6424f3022
Fix issue #118
2012-10-23 17:32:04 -02:00
Eduardo Bart
6acdb0fd64
Fix issue #132
2012-10-23 16:00:12 -02:00
otfallen
9650179ae8
More Mac OS X progress.
...
Tested-by: Christopher Eklund <eklundchristopher@gmail.com>
Signed-off-by: otfallen <f.fallen45@gmail.com>
Signed-off-by: Christopher Eklund <eklundchristopher@gmail.com>
2012-09-29 23:08:10 +00:00
Eduardo Bart
143121b77d
Fix getDisplayHeight
2012-08-25 00:07:43 -03:00
Eduardo Bart
c185e709b3
Fix regressions
2012-08-21 00:36:14 -03:00
Eduardo Bart
ddd3f84ad7
Many fixes in win32 platform
2012-08-20 18:53:38 -03:00
Eduardo Bart
b349ff2620
Implement reverse otb items table
2012-08-19 18:49:24 -03:00
Eduardo Bart
608b8f8b44
Fix a warning in clang
2012-08-10 00:48:34 -03:00