summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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
2005-03-05Now you can decide how many items to dropJan-Fabian Humann7-4/+234
2005-03-05Committing fix for bottom window corners.Bjørn Lindeijer1-2/+2
2005-03-04README updates for 0.0.10 and made chat messages wrap at 80 characters.Bjørn Lindeijer1-28/+30
2005-03-04A bunch of updates:Eugenio Favalli10-59/+230
- inventory fixes - equipment fixes - graphic updates (items and monsters) - weaponary system - fixed status window
2005-03-03Made getWalk return false for coordinates outside of the map, instead of crash.Bjørn Lindeijer1-1/+7
2005-03-03Fixing Windows compile (second try)Bjørn Lindeijer2-6/+6
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer38-260/+314
2005-03-02Changed the New Skill Dialog around to fit earlier specifications.Kiyoshi Kyokai1-18/+18
2005-03-02Moved map drawing loop into the Map class and made it safer (it doesn't try toBjørn Lindeijer4-30/+59
draw tiles outside of the map area). The tmw.ini file was removed, we're using config.xml now.
2005-03-01Deleting subx and suby for items, because it's uselessJan-Fabian Humann4-22/+8
2005-03-01Attempt part 2.Bjørn Lindeijer2-0/+148
2005-03-01An attempt to get rid of executable permissions.Bjørn Lindeijer4-174/+18
2005-03-01Changed tmw.ini to config.xml which is read/written using libxml2.Bjørn Lindeijer3-48/+66
2005-03-01Transluency againYohann Ferreira1-7/+7
2005-03-01Simplified configuration.Bjørn Lindeijer2-100/+56
2005-03-01This fixes the missing lastAttackTime bug in PLAYER_INFOKiyoshi Kyokai1-0/+1
2005-03-01This is the update for the charge bar. It resets every time an attack ↵Kiyoshi Kyokai4-4/+25
message is sent to the server. I still haven't actually worked the timer into this. I'd appreciate it if someone would explain how. Thanks.
2005-03-01Changed around recent additions to Image class a bit and fixed OpenGL compile.Bjørn Lindeijer6-69/+85
2005-02-28Mostly fixing some newlines.Bjørn Lindeijer2-10/+3
2005-02-28deleted useless commentJan-Fabian Humann1-1/+0
2005-02-28Adding support for drop items part 2/2Jan-Fabian Humann5-7/+118
2005-02-28Adding support for drop items part 1/2Jan-Fabian Humann2-0/+148
2005-02-28Fixed compiling on Linux, formatting updates, little changes.Bjørn Lindeijer1-0/+2
2005-02-28this is the new dialog for charging attacks and such. To be implemented soon,Kiyoshi Kyokai2-0/+102