Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-05 | Added pictures to items in buy dialogs. Also too expensive items are ↵ | Yohann Ferreira | 8 | -30/+393 | |
highlighted in gray and can't be selected. | |||||
2006-11-05 | fixed a typo in last commit | Philipp Sehmisch | 1 | -2/+2 | |
2006-11-04 | added scythe as a permanent weapon. | Philipp Sehmisch | 4 | -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-03 | Updated to the new default updatehost. | Bjørn Lindeijer | 2 | -2/+3 | |
2006-11-01 | Added support for å and Å (with help of Håkan Rönn) | Bjørn Lindeijer | 2 | -2/+2 | |
2006-10-30 | Updated Windows binary version | Eugenio Favalli | 1 | -4/+4 | |
2006-10-29 | Properly initialize sprite vector. | Björn Steinbrink | 1 | -2/+2 | |
2006-10-29 | Fixed excessive unnecessary reloading of sprites. Also updated NEWS file. | Bjørn Lindeijer | 1 | -6/+10 | |
2006-10-28 | Reload wallpaper after updates are done. | Björn Steinbrink | 1 | -0/+4 | |
2006-10-26 | Merged CMake branch | Björn Steinbrink | 2 | -1/+304 | |
2006-10-09 | little tweaks to buy and buy/sell dialogs. | Yohann Ferreira | 2 | -4/+9 | |
2006-10-07 | Resolved some weirdness involving the terms scroll and speed. | Bjørn Lindeijer | 3 | -26/+30 | |
2006-10-07 | Added support for gzip compressed map layer data. Increased version to 0.0.22. | Bjørn Lindeijer | 4 | -100/+130 | |
Cleaned up overlay initialization a bit. | |||||
2006-10-03 | Removed empty frames from headgears. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-10-03 | Turned AmbientOverlay into a class. Cleaned up the associated code. | Björn Steinbrink | 6 | -97/+175 | |
2006-10-01 | Accepted patches by GDO and VictorSan that fix problems with hiding windows | Bjørn Lindeijer | 3 | -22/+18 | |
using h and problems with trade window positioning. | |||||
2006-09-28 | Fix random crashes when map tiles are missing. | Björn Steinbrink | 1 | -6/+14 | |
2006-09-24 | Removed unused hairstyle frames and applied patch by Rogier Polak to solve the | Bjørn Lindeijer | 2 | -1/+8 | |
problem with an OpenGL related redefinition. | |||||
2006-09-21 | Made canceling the update process non-blocking (Patch by VictorSan) | Eugenio Favalli | 2 | -4/+19 | |
2006-09-20 | tweaks at the animation system (mostly about fixing the looping attack ↵ | Philipp Sehmisch | 5 | -31/+74 | |
animations of the monsters) | |||||
2006-09-20 | Added a slider for controlling the OverlayDetail (based on a patch by VictorSan) | Philipp Sehmisch | 3 | -3/+55 | |
2006-09-17 | Stop using the sticky window attribute which is unneeded for the current ↵ | Björn Steinbrink | 1 | -9/+3 | |
implementation, instead adjust the set of affected windows by the 'hide' shortcut. | |||||
2006-09-16 | another variable name change doener suggested | Philipp Sehmisch | 1 | -6/+6 | |
2006-09-16 | Fixed the crash when attacking without a weapon, some additional stability ↵ | Philipp Sehmisch | 2 | -25/+43 | |
improvements and more descriptive variable names in the parsing algorithmn. | |||||
2006-09-16 | Fixed line-endings and set missing properties. | Björn Steinbrink | 2 | -31/+31 | |
2006-09-16 | Updated release infos | Eugenio Favalli | 1 | -4/+4 | |
2006-09-14 | Removed some useless debug output. | Björn Steinbrink | 1 | -2/+0 | |
2006-09-14 | src/gui/char_select.cpp, src/main.cpp: Fix the character name matching loop ↵ | Björn Steinbrink | 2 | -0/+11 | |
and add support for saving the last used character (based on a patch by Andrew Harrison). | |||||
2006-09-14 | Fix up the player selection stuff, it's a bit nicer now. | Björn Steinbrink | 3 | -14/+25 | |
2006-09-13 | some improvements at the animation system | Philipp Sehmisch | 2 | -14/+36 | |
2006-09-13 | Fix up the player selection command line option. | Björn Steinbrink | 1 | -15/+16 | |
2006-09-12 | Added some items to the NEWS file. | Bjørn Lindeijer | 1 | -2/+1 | |
2006-09-11 | Small followup fix to solve the blackout after 100 seconds. | Bjørn Lindeijer | 1 | -0/+4 | |
2006-09-11 | Simplified fps limiting a bit and added some comments. Now based on | Bjørn Lindeijer | 2 | -21/+42 | |
ConfigListener so that the fpslimit option doesn't need to be queried the whole time. | |||||
2006-09-11 | Fixed more fps issues | Eugenio Favalli | 1 | -1/+4 | |
2006-09-09 | Removed easy targeting functionality since it interferes with walking around | Bjørn Lindeijer | 1 | -2/+3 | |
too much. Targeting can still be rather conveniently done with 'a' or the middle mouse button. | |||||
2006-09-07 | Fixed a typo. | Björn Steinbrink | 1 | -1/+1 | |
2006-09-07 | Worked around a memory leak when using OpenGL. | Björn Steinbrink | 1 | -5/+16 | |
2006-09-06 | Fixed fps limiter when disabled | Eugenio Favalli | 1 | -2/+11 | |
2006-09-06 | Fixed fps limiter issues and increased default limit to 60 | Eugenio Favalli | 3 | -10/+10 | |
2006-09-03 | Fixed updating of labels in buy and sell dialogs. Also made our listbox respond | Bjørn Lindeijer | 7 | -36/+157 | |
to mouse dragging to change the selection. | |||||
2006-09-03 | Fixed updating of labels in trade window. | Bjørn Lindeijer | 3 | -35/+40 | |
2006-09-03 | Introduced SelectionListener to fix updating problem in inventory window | Bjørn Lindeijer | 18 | -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-02 | Corrected mistake in using player coordinates instead of mouse coordinates. | Bjørn Lindeijer | 1 | -2/+1 | |
2006-09-02 | Applied patch by Bernard Lidicky, adding targetting nearest monster with either | Bjørn Lindeijer | 5 | -6/+71 | |
keyboard or mouse. Also made clicking beings in general a bit easier (patch applied by Bjørn Lindeijer). | |||||
2006-08-29 | Updated NEWS file and made getAll return a reference instead of a pointer. | Bjørn Lindeijer | 5 | -9/+9 | |
2006-08-29 | Applied patch by Andrew Harrison, adding a command line option to specify which | Bjørn Lindeijer | 1 | -28/+37 | |
configuration file to use. | |||||
2006-08-28 | Modified the ranges of the ScrollLaziness and ScrollRadius sliders. | Philipp Sehmisch | 1 | -4/+4 | |
2006-08-26 | Applied patch by AHarrison that adds item pickup messages to the chat window. | Bjørn Lindeijer | 1 | -0/+9 | |
2006-08-26 | Applied patch by Pascal, adding sliders to configure the scrolling behaviour | Bjørn Lindeijer | 7 | -40/+180 | |
and a checkbox to enable or disable the joystick. |