summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-04-01* The client will now only attempt to load .tmx or .tmx.gz files.Bjørn Lindeijer1-10/+14
2005-03-28Graphics updatesEugenio Favalli1-7/+9
2005-03-25Put map in new place and unified loading location.Bjørn Lindeijer1-1/+1
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 Lindeijer1-2/+7
2005-03-24logger final step going on...Yohann Ferreira1-4/+4
2005-03-24Should fix the last commitEugenio Favalli1-1/+10
2005-03-21Some cleanups and button, radiobutton and checkbox now take into accountBjørn Lindeijer1-3/+3
2005-03-20Removing two unused variables.Bjørn Lindeijer1-8/+1
2005-03-20Auto-detect map files in new map format.Bjørn Lindeijer1-2/+0
2005-03-19Added handling of window close button.Bjørn Lindeijer1-2/+5
2005-03-18KP1,3,7,9 support for diagonal walkingYohann Ferreira1-0/+20
2005-03-17Implementation of diagonal walkingYohann Ferreira1-39/+89
2005-03-16Advanced version to 0.0.11, updated desert tilesets and made sound code log aBjørn Lindeijer1-1/+1
2005-03-14Fixed handling of get item button and made chatWindow (de)focus on ENTER - Yo...Jan-Fabian Humann1-39/+52
2005-03-13Maybe now finally no more crashing in paths? Needs playtesting, I know we allBjørn Lindeijer1-12/+12
2005-03-13Fixed problem with mouse walking through GUI.Bjørn Lindeijer1-8/+0
2005-03-13Converted ChatBox into a proper ChatWindow in response to changes by Chetic.Bjørn Lindeijer1-30/+30
2005-03-13* Moved Being public char *speech to private std::string speechBjørn Lindeijer1-76/+65
2005-03-11Maybe it would be a good idea to handle the login success message. This fixesBjørn Lindeijer1-2/+7
2005-03-10This should make mouse walking work.Bjørn Lindeijer1-1/+4
2005-03-10Experimental mouse walk command and fixed one instability issue.Bjørn Lindeijer1-4/+9
2005-03-10Fixed showing death bitmap when other players die and fixed the black hairBjørn Lindeijer1-58/+56
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 Lindeijer1-2/+2
2005-03-06Added collision tileset and modified TMW client to support loading the 4thBjørn Lindeijer1-2/+2
2005-03-04A bunch of updates:Eugenio Favalli1-35/+174
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-10/+11
2005-03-01Deleting subx and suby for items, because it's uselessJan-Fabian Humann1-12/+6
2005-02-28Adding support for drop items part 2/2Jan-Fabian Humann1-5/+79
2005-02-25Fixing equipment and shops according to the new server scriptEugenio Favalli1-14/+56
2005-02-23Committed patch by Mra, which fixes multiple NPCs talks in one window andBjørn Lindeijer1-14/+20
2005-02-20Added basic functionality for the new skill dialog. Class support, initializa...Kiyoshi Kyokai1-0/+4
2005-02-20Reverted changes to skill dialog, a new one will be developed alongside it soBjørn Lindeijer1-2/+5
2005-02-20More progress towards loading XML maps.Bjørn Lindeijer1-7/+10
2005-02-20Better working equipment!Eugenio Favalli1-6/+25
2005-02-20Finally equipment! Sometimes it works :PEugenio Favalli1-7/+25
2005-02-20added skill functionalityKiyoshi Kyokai1-3/+2
2005-02-18So I added this alpha attribute to images...Bjørn Lindeijer1-1/+1
2005-02-16"make dist" now produces distributions that compile and run, upped version toBjørn Lindeijer1-27/+26
2005-02-14Display of path to mouse now a debug feature you can toggle with F6, plus someBjørn Lindeijer1-0/+5
2005-02-13Largely cleanups.Bjørn Lindeijer1-9/+9
2005-02-13Some fixes and item updatesEugenio Favalli1-2/+2
2005-02-13No need to keep track of mouse position ourselves. Also put default startupBjørn Lindeijer1-7/+0
2005-02-13Removed copyrighted song from CVS.Bjørn Lindeijer1-1/+2
2005-02-13New shorter and more flexible pathfinding implementation, which is hopefullyBjørn Lindeijer1-10/+17
2005-02-11Working on equipmentEugenio Favalli1-8/+25
2005-02-06ops forgot it commentedEugenio Favalli1-2/+2
2005-02-06Fixing inventory (still needed to add a proper way to choose items, now creat...Eugenio Favalli1-14/+11
2005-02-02Turned MAP struct into Map class.Bjørn Lindeijer1-6/+6