summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-10-01Accepted patches by GDO and VictorSan that fix problems with hiding windowsBjørn Lindeijer3-22/+18
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
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 animat...Philipp Sehmisch5-31/+74
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 impl...Björn Steinbrink1-9/+3
2006-09-16another variable name change doener suggestedPhilipp Sehmisch1-6/+6
2006-09-16Fixed the crash when attacking without a weapon, some additional stability im...Philipp Sehmisch2-25/+43
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 a...Björn Steinbrink2-0/+11
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
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
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
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
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
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
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
2006-08-26Applied patch by Bahamut81 which implements resetting of Animation, Action andBjørn Lindeijer5-19/+79
2006-08-25Applied patch by mrha (Herbi), adding experience bar to the ministatus in the...Bjørn Lindeijer2-8/+44
2006-08-25Applied patch by Matthias, adding --playername command line option.Bjørn Lindeijer3-4/+33
2006-08-24added a config option to set the grade of detail of the overlay system.Philipp Sehmisch3-5/+17
2006-08-24Added support for sticky windows as discussed with doener. Patch by AHarrisonEugenio Favalli4-2/+70
2006-08-24scrolling and overlays are no longer linked to the frameratePhilipp Sehmisch3-49/+83
2006-08-21added overlays and smooth scrolling. (someone who knows what he is doing has ...Philipp Sehmisch5-26/+201
2006-08-20some fixes to automake building, and debian packagaing updates. Happy to be b...Yohann Ferreira1-0/+1
2006-08-17the item icons are now stored in different files with more descriptive namesPhilipp Sehmisch10-42/+75
2006-08-13Fixed Guichan 0.5.0 compilation issues.Eugenio Favalli1-2/+3
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer76-232/+286
2006-08-07A bunch of cleanups.Björn Steinbrink4-75/+45
2006-08-05Some cleanups, mostly lowering indentation levels.Björn Steinbrink7-208/+162
2006-08-05Forgot to commit the ChangeLog as well...Björn Steinbrink1-8/+4
2006-08-04Fix enum being treated as string.Björn Steinbrink1-1/+1