summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2005-03-25Moved datafiles in unified structure.Bjørn Lindeijer18-37/+34
2005-03-25Put map in new place and unified loading location.Bjørn Lindeijer3-3/+3
2005-03-25Got rid of non-free levelup sound and put bow sound under F7 for testing.Bjørn Lindeijer1-5/+5
2005-03-25Moved level.ogg to new location, and put playing levelup sound under F7.Bjørn Lindeijer3-9/+7
2005-03-25Fix compile issues on Windows.Bjørn Lindeijer3-5/+5
2005-03-25Fix a few more log and error calls to make sure it compiles...Bjørn Lindeijer2-14/+16
2005-03-24Logger Implemented. (3/3)Yohann Ferreira12-149/+52
2005-03-24Incomplete attempt to fix whobbly walk at low fps (not for keyboard input)Bjørn Lindeijer1-1/+2
2005-03-24logger...Yohann Ferreira4-6/+9
2005-03-24logger...Yohann Ferreira2-6/+7
2005-03-24logger final step going on...Yohann Ferreira1-4/+4
2005-03-24Should fix the last commitEugenio Favalli2-2/+16
2005-03-24Hey some graphics updates people =)Eugenio Favalli1-1/+1
2005-03-23First working implementation of new logger (Step 2/3)Yohann Ferreira3-47/+49
2005-03-23New log class implementation Part 1/2Yohann Ferreira2-2/+129
2005-03-21Some cleanups and button, radiobutton and checkbox now take into accountBjørn Lindeijer8-31/+31
disabled status.
2005-03-21Log which videodriver is being used.Bjørn Lindeijer2-1/+10
2005-03-21A few small fixes.Bjørn Lindeijer4-17/+27
2005-03-20Removing two unused variables.Bjørn Lindeijer1-8/+1
2005-03-20Auto-detect map files in new map format.Bjørn Lindeijer2-2/+6
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer28-262/+84
Also fixed a crash on clicking wallpaper in login phase.
2005-03-19Added config option for GUI alpha.Bjørn Lindeijer3-6/+9
2005-03-19Added handling of window close button.Bjørn Lindeijer2-4/+7
2005-03-18KP1,3,7,9 support for diagonal walkingYohann Ferreira1-0/+20
2005-03-17Implementation of diagonal walkingYohann Ferreira1-39/+89
2005-03-17Fixed some of the inconsistencies in the new skill dialog. Hopefully we will ↵Kiyoshi Kyokai1-14/+14
be using it soon.
2005-03-16Made beings walk a lot smoother.Bjørn Lindeijer1-53/+58
2005-03-16Advanced version to 0.0.11, updated desert tilesets and made sound code log aBjørn Lindeijer3-38/+19
bit more.
2005-03-14Fixed handling of get item button and made chatWindow (de)focus on ENTER - ↵Jan-Fabian Humann4-43/+70
You can now only use the get item button when chat window isn't focused
2005-03-13Added line wrapping on a per-word basisEric Scrivner2-6/+44
2005-03-13Maybe now finally no more crashing in paths? Needs playtesting, I know we allBjørn Lindeijer2-13/+13
like that!
2005-03-13Fixed problem with mouse walking through GUI.Bjørn Lindeijer4-11/+23
2005-03-13Converted ChatBox into a proper ChatWindow in response to changes by Chetic.Bjørn Lindeijer9-143/+118
2005-03-13Chat widgets on the top of Window, so it's movable and nicerMateusz Kaduk1-6/+16
2005-03-13* Moved Being public char *speech to private std::string speechBjørn Lindeijer10-226/+195
* Moved Being public PATH_NODE *path to private std::list<PATH_NODE> path * Fixed warping issue which corrupted player (which also applies to respawning) * Got rid of sound error in Setup window
2005-03-12Made PhysFS code a bit more generic for later additions.Eric Scrivner2-18/+52
2005-03-12Changed RWops constructor a bit.Eric Scrivner2-3/+3
2005-03-12Use xmlParseFile with built in support for gzip.Bjørn Lindeijer1-22/+1
2005-03-11Well, yet again the commit seems to have left some files out.Bjørn Lindeijer2-0/+2
2005-03-11Maybe it would be a good idea to handle the login success message. This fixesBjørn Lindeijer5-4/+9
the initial starting location for new player characters.
2005-03-10This should make mouse walking work.Bjørn Lindeijer3-6/+8
2005-03-10Experimental mouse walk command and fixed one instability issue.Bjørn Lindeijer2-5/+10
2005-03-10Fixed showing death bitmap when other players die and fixed the black hairBjørn Lindeijer5-73/+80
problem.
2005-03-07Whoops, stay with our old map for now.Bjørn Lindeijer1-2/+2
2005-03-07Switched base64 codec to the PHP one and finished support for base64 encodedBjørn Lindeijer5-126/+239
binary layer data in tmx maps.
2005-03-06Added collision tileset... last commit missed there files.Bjørn Lindeijer2-3/+27
2005-03-06Added alpha channal for items.pngMateusz Kaduk3-3/+3
2005-03-06Added collision tileset and modified TMW client to support loading the 4thBjørn Lindeijer1-2/+2
map layer as collision layer.
2005-03-06Implemented alpha blending of Images for OpenGLBjørn Lindeijer1-2/+3
2005-03-05Maybe fixed some compile issuesJan-Fabian Humann1-0/+1