summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2005-05-01Catch exception to put some message through to the user.Bjørn Lindeijer1-4/+12
2005-05-01Fixed width of item lists in shops and fixed hitting dead monsters.Bjørn Lindeijer3-7/+7
2005-05-01Fix for colliding with portals.Bjørn Lindeijer1-1/+2
2005-05-01- Added installation of game data, install required on *nix systemsRodney Dawes8-8/+15
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir
2005-05-01this should update arrows counter when picking upEugenio Favalli3-6/+11
2005-05-01Default host back to animesites.deBjørn Lindeijer1-1/+1
2005-05-01Chat input now hides when not focussed, and doesn't allow player be controlledBjørn Lindeijer6-9/+97
by keyboard when it is.
2005-05-01Adding safety check to walk check.Bjørn Lindeijer1-1/+1
2005-04-30Correctly draw window borders with GUI opacity in OpenGL mode.Bjørn Lindeijer2-17/+13
2005-04-30Emoticons framerate independent and NPCs image smaller to work in OpenGLBjørn Lindeijer3-7/+10
2005-04-30Some fixes to player control, also attempting to solve long walk path problem.Bjørn Lindeijer5-82/+124
2005-04-30Updated change log and made little fix.Bjørn Lindeijer1-1/+1
2005-04-29Chat command history should now be functional. Player movement will still needBjørn Lindeijer2-86/+31
to be stopped while chat box is focussed for it to work nicely though.
2005-04-29*** empty log message ***Bjørn Lindeijer2-91/+97
2005-04-28First step to chat historyMateusz Kaduk2-0/+88
2005-04-27Updated item container (fixed rendering position errors).Aaron Marks2-13/+18
Moved widgets in inventory so everything is aligned.
2005-04-26Hair style fix and text wrap fix.Bjørn Lindeijer2-2/+2
2005-04-26Corrections to scrolling chat modifications by Usiu.Bjørn Lindeijer4-53/+70
2005-04-26Added scrolling to chat but setText() works strangly and because of draw() I ↵Mateusz Kaduk2-14/+39
get message looping
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer17-223/+246
of packet.list and chatlog.txt and removed name from player chat "balloon".
2005-04-24Fixed long nicknames to be clipped to name area, and cleaned up change log.Bjørn Lindeijer1-5/+20
2005-04-24This should disable ban when using /commandsEugenio Favalli2-4/+6
2005-04-22now player faces the right direction when attacking with right mouse buttonEugenio Favalli1-0/+8
2005-04-22updating changelog and fixing right mouse button attack, it was out of syncEugenio Favalli1-7/+9
2005-04-22Now you can attack with right mouse button, useful when using bow, need ↵Eugenio Favalli5-51/+98
improvements though
2005-04-22And the right sound of course...Eugenio Favalli1-2/+5
2005-04-22Forgot about this oneEugenio Favalli1-1/+7
2005-04-22New equipment window layout and some improvements to equip managementEugenio Favalli4-42/+74
2005-04-21maybe Hammerbear will like it this way?Eugenio Favalli2-1/+5
2005-04-21trying to follow Hammerbear suggestionsEugenio Favalli7-78/+18
2005-04-21Items are now displayed using database image field, this way I could also ↵Eugenio Favalli3-10/+8
reduce a lot items.png size
2005-04-21Now shops get item names from the xml databaseEugenio Favalli9-144/+37
2005-04-20Added new modules to the file list.Bjørn Lindeijer1-0/+4
2005-04-20Adding first implementation of item databaseEugenio Favalli5-1/+408
2005-04-19A few random changes.Bjørn Lindeijer5-76/+80
2005-04-19the game doesn't crash anymore when the map server is downEugenio Favalli1-0/+6
2005-04-19Improving hair managementEugenio Favalli3-9/+38
2005-04-18Fixed tileset loading to clear tilesets vector when finished.Bjørn Lindeijer4-59/+67
2005-04-18Ok, of course the biggest problem to solve with OpenGL integration is loadingBjørn Lindeijer7-47/+59
and rendering of images.
2005-04-18- New hatEugenio Favalli5-21/+46
- New way of loading monstersets - New monsters
2005-04-16Forgot to update weapon typesEugenio Favalli1-0/+2
2005-04-16Updating item namesEugenio Favalli1-1/+3
2005-04-16- Cleaning Dev-Cpp project fileEugenio Favalli1-4/+2
- Updating ChangeLog - Adding level up sound
2005-04-16- Readding stripping to executable (Dev-cpp project options)Eugenio Favalli6-187/+114
- New slider skin - Some updates to win32 compile guide - Cleaned sound engine - Improved setup window (need testing)
2005-04-14Fixed pixel alignment error in playerset that was just introduced, and fixedBjørn Lindeijer2-6/+23
initialization and cleanup in sound engine (solved crash at least in case of no sound).
2005-04-14Reduced width of playerset image from 640 to 256.Bjørn Lindeijer3-8/+8
2005-04-13getNumberOfSlotsUsed() tweaked a little. Still problems.Yohann Ferreira1-1/+1
2005-04-13Now getNumberOfSlotsUsed() return the number of different items a character has.Yohann Ferreira2-1/+21
2005-04-11Adding button pressed animation to scrollbar buttonsEugenio Favalli2-10/+29
(and fixing graphic names)
2005-04-11Improving sound engine (now it loads samples through resource manager)Eugenio Favalli5-171/+224
and support music fading (still somthing to fix)