summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2006-11-05fixed a typo in last commitPhilipp Sehmisch1-2/+2
2006-11-04added scythe as a permanent weapon. Philipp Sehmisch4-3/+47
When you want to test it: either spawn an item with the id 623 or uncomment the lines 439-441 in being.cpp to use the sharp knive as scythe.
2006-11-03Updated to the new default updatehost.Bjørn Lindeijer2-2/+3
2006-11-01Added support for å and Å (with help of Håkan Rönn)Bjørn Lindeijer2-2/+2
2006-10-30Updated Windows binary versionEugenio Favalli1-4/+4
2006-10-29Properly initialize sprite vector.Björn Steinbrink1-2/+2
2006-10-29Fixed excessive unnecessary reloading of sprites. Also updated NEWS file.Bjørn Lindeijer1-6/+10
2006-10-28Reload wallpaper after updates are done.Björn Steinbrink1-0/+4
2006-10-26Merged CMake branchBjörn Steinbrink2-1/+304
2006-10-09little tweaks to buy and buy/sell dialogs.Yohann Ferreira2-4/+9
2006-10-07Resolved some weirdness involving the terms scroll and speed.Bjørn Lindeijer3-26/+30
2006-10-07Added support for gzip compressed map layer data. Increased version to 0.0.22.Bjørn Lindeijer4-100/+130
Cleaned up overlay initialization a bit.
2006-10-03Removed empty frames from headgears.Bjørn Lindeijer1-1/+1
2006-10-03Turned AmbientOverlay into a class. Cleaned up the associated code.Björn Steinbrink6-97/+175
2006-10-01Accepted patches by GDO and VictorSan that fix problems with hiding windowsBjørn Lindeijer3-22/+18
using h and problems with trade window positioning.
2006-09-28Fix random crashes when map tiles are missing.Björn Steinbrink1-6/+14
2006-09-24Removed unused hairstyle frames and applied patch by Rogier Polak to solve theBjørn Lindeijer2-1/+8
problem with an OpenGL related redefinition.
2006-09-21Made canceling the update process non-blocking (Patch by VictorSan)Eugenio Favalli2-4/+19
2006-09-20tweaks at the animation system (mostly about fixing the looping attack ↵Philipp Sehmisch5-31/+74
animations of the monsters)
2006-09-20Added a slider for controlling the OverlayDetail (based on a patch by VictorSan)Philipp Sehmisch3-3/+55
2006-09-17Stop using the sticky window attribute which is unneeded for the current ↵Björn Steinbrink1-9/+3
implementation, instead adjust the set of affected windows by the 'hide' shortcut.
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 Sehmisch2-25/+43
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 Favalli1-4/+4
2006-09-14Removed some useless debug output.Björn Steinbrink1-2/+0
2006-09-14src/gui/char_select.cpp, src/main.cpp: Fix the character name matching loop ↵Björn Steinbrink2-0/+11
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 Steinbrink3-14/+25
2006-09-13some improvements at the animation systemPhilipp Sehmisch2-14/+36
2006-09-13Fix up the player selection command line option.Björn Steinbrink1-15/+16
2006-09-12Added some items to the NEWS file.Bjørn Lindeijer1-2/+1
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 Lindeijer2-21/+42
ConfigListener so that the fpslimit option doesn't need to be queried the whole time.
2006-09-11Fixed more fps issuesEugenio Favalli1-1/+4
2006-09-09Removed easy targeting functionality since it interferes with walking aroundBjørn Lindeijer1-2/+3
too much. Targeting can still be rather conveniently done with 'a' or the middle mouse button.
2006-09-07Fixed a typo.Björn Steinbrink1-1/+1
2006-09-07Worked around a memory leak when using OpenGL.Björn Steinbrink1-5/+16
2006-09-06Fixed fps limiter when disabledEugenio Favalli1-2/+11
2006-09-06Fixed fps limiter issues and increased default limit to 60Eugenio Favalli3-10/+10
2006-09-03Fixed updating of labels in buy and sell dialogs. Also made our listbox respondBjørn Lindeijer7-36/+157
to mouse dragging to change the selection.
2006-09-03Fixed updating of labels in trade window.Bjørn Lindeijer3-35/+40
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer18-96/+259
(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 Lindeijer5-6/+71
keyboard or mouse. Also made clicking beings in general a bit easier (patch applied by Bjørn Lindeijer).
2006-08-29Updated NEWS file and made getAll return a reference instead of a pointer.Bjørn Lindeijer5-9/+9
2006-08-29Applied patch by Andrew Harrison, adding a command line option to specify whichBjørn Lindeijer1-28/+37
configuration file to use.
2006-08-28Modified the ranges of the ScrollLaziness and ScrollRadius sliders.Philipp Sehmisch1-4/+4
2006-08-26Applied patch by AHarrison that adds item pickup messages to the chat window.Bjørn Lindeijer1-0/+9
2006-08-26Applied patch by Pascal, adding sliders to configure the scrolling behaviourBjørn Lindeijer7-40/+180
and a checkbox to enable or disable the joystick.
2006-08-26Applied patch by Bahamut81 which implements resetting of Animation, Action andBjørn Lindeijer5-19/+79
AnimatedSprite. This fixes the animation synchronization issues.