summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-09-17Fixed transparent snow issue (Fix by Pajarico).v0.0.21Eugenio Favalli1-0/+5
2006-09-17Stop using the sticky window attribute which is unneeded for the current ↵Björn Steinbrink2-9/+9
implementation, instead adjust the set of affected windows by the 'hide' shortcut.
2006-09-17fixed some mapping bugsPhilipp Sehmisch1-0/+5
2006-09-16another variable name change doener suggestedPhilipp Sehmisch1-6/+6
2006-09-16Fixed the crash when attacking without a weapon, some additional stability ↵Philipp Sehmisch3-25/+50
improvements and more descriptive variable names in the parsing algorithmn.
2006-09-16Fixed line-endings and set missing properties.Björn Steinbrink2-31/+31
2006-09-16Updated release infosEugenio Favalli6-7/+43
2006-09-14Improved quality of the overlay graphics.Philipp Sehmisch1-0/+3
2006-09-14Removed some useless debug output.Björn Steinbrink2-2/+1
2006-09-14src/gui/char_select.cpp, src/main.cpp: Fix the character name matching loop ↵Björn Steinbrink3-0/+14
and add support for saving the last used character (based on a patch by Andrew Harrison).
2006-09-14Fix up the player selection stuff, it's a bit nicer now.Björn Steinbrink4-15/+28
2006-09-13some improvements at the animation systemPhilipp Sehmisch3-14/+43
2006-09-13Fix up the player selection command line option.Björn Steinbrink2-15/+20
2006-09-12Added some items to the NEWS file.Bjørn Lindeijer3-13/+19
2006-09-11Small followup fix to solve the blackout after 100 seconds.Bjørn Lindeijer1-0/+4
2006-09-11Simplified fps limiting a bit and added some comments. Now based onBjørn Lindeijer3-21/+48
ConfigListener so that the fpslimit option doesn't need to be queried the whole time.
2006-09-11Fixed more fps issuesEugenio Favalli2-1/+8
2006-09-09Removed easy targeting functionality since it interferes with walking aroundBjørn Lindeijer2-6/+13
too much. Targeting can still be rather conveniently done with 'a' or the middle mouse button.
2006-09-07Fixed a typo.Björn Steinbrink2-1/+2
2006-09-07Worked around a memory leak when using OpenGL.Björn Steinbrink2-5/+22
2006-09-06Reverted new market stand addition.Eugenio Favalli1-6/+2
2006-09-06Added santa hat sprite and updated makefile of the sprites folderPhilipp Sehmisch1-1/+7
2006-09-06Fixed fps limiter when disabledEugenio Favalli2-2/+12
2006-09-06Fixed fps limiter issues and increased default limit to 60Eugenio Favalli4-10/+12
2006-09-06Added new market standEugenio Favalli1-6/+10
2006-09-05Adjusted the animation speed of several monsters.Philipp Sehmisch1-1/+15
2006-09-05Some minor improvements and additions at my tilesets.Philipp Sehmisch1-0/+7
2006-09-03Fixed updating of labels in buy and sell dialogs. Also made our listbox respondBjørn Lindeijer8-91/+168
to mouse dragging to change the selection.
2006-09-03Fixed updating of labels in trade window.Bjørn Lindeijer4-35/+42
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer19-96/+274
(should also be used to fix similar problem in trade, buy and sell dialogs). Made the ItemInfo be passed around as a reference instead of a pointer, since it is never NULL.
2006-09-02Corrected mistake in using player coordinates instead of mouse coordinates.Bjørn Lindeijer1-2/+1
2006-09-02Applied patch by Bernard Lidicky, adding targetting nearest monster with eitherBjørn Lindeijer9-6/+82
keyboard or mouse. Also made clicking beings in general a bit easier (patch applied by Bjørn Lindeijer).
2006-09-01Added new big cave map, lamp-snake monster, improved arena mapEugenio Favalli1-1/+9
2006-08-30Added miners hat and standard headbandPhilipp Sehmisch1-0/+6
2006-08-29Updated NEWS file and made getAll return a reference instead of a pointer.Bjørn Lindeijer7-10/+18
2006-08-29Applied patch by Andrew Harrison, adding a command line option to specify whichBjørn Lindeijer2-33/+48
configuration file to use.
2006-08-29Forgot changelogMatthias Hartmann1-0/+5
2006-08-29Fixed headband.Matthias Hartmann0-0/+0
2006-08-29Fixed fancy hat.Matthias Hartmann0-0/+0
2006-08-29added fancy hatPhilipp Sehmisch1-0/+5
2006-08-28Modified the ranges of the ScrollLaziness and ScrollRadius sliders.Philipp Sehmisch2-4/+9
2006-08-28Added headband and fixed svn propertiesEugenio Favalli1-0/+9
2006-08-26Applied patch by AHarrison that adds item pickup messages to the chat window.Bjørn Lindeijer3-4/+27
2006-08-26Applied patch by Pascal, adding sliders to configure the scrolling behaviourBjørn Lindeijer8-40/+190
and a checkbox to enable or disable the joystick.
2006-08-26Applied patch by Bahamut81 which implements resetting of Animation, Action andBjørn Lindeijer6-19/+83
AnimatedSprite. This fixes the animation synchronization issues.
2006-08-26Added Makefile.am to make sure the item icons are installed.Bjørn Lindeijer3-1/+5
2006-08-25Applied patch by mrha (Herbi), adding experience bar to the ministatus in ↵Bjørn Lindeijer3-8/+49
the top left.
2006-08-25Applied patch by Matthias, adding --playername command line option.Bjørn Lindeijer4-11/+46
2006-08-24added a config option to set the grade of detail of the overlay system.Philipp Sehmisch4-5/+23
2006-08-24improved sandstorm effect. please tell me if you like it better or worse ↵Philipp Sehmisch1-0/+3
than the last one.