summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2006-11-05Small version update here.Bjørn Lindeijer1-4/+4
2006-11-05Reverted wallpaper and added more useful logging to ResourceManager.Bjørn Lindeijer1-4/+4
2006-11-05A final fix to secure the shoplistbox.Yohann Ferreira1-1/+1
2006-11-05Fixes to Sell dialog.Yohann Ferreira3-6/+10
2006-11-05Added item's pictures in sell dialogs, and precisions about the total money ↵Yohann Ferreira7-23/+69
in it.
2006-11-05Added pictures to items in buy dialogs. Also too expensive items are ↵Yohann Ferreira8-30/+393
highlighted in gray and can't be selected.
2006-11-05fixed a typo in last commitPhilipp Sehmisch1-2/+2
2006-11-05Use \n instead of std::endl when writing to stdout.Björn Steinbrink1-13/+12
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-04Removed useless addRow method.Björn Steinbrink2-16/+6
2006-11-04src/main.cpp: Restore the homeDir config entry (temporarily).Björn Steinbrink1-3/+5
Initialize the logger before libxml2.
2006-11-04Add a libxml2 init wrapper.Björn Steinbrink1-18/+20
Use a null-logger function instead of /dev/null to quieten libxml2. Actually initialize libxml2 before using it to load the configuration.
2006-11-03Updated to the new default updatehost.Bjørn Lindeijer2-2/+3
2006-11-02Merged trunk changes from revision 2757 to 2800 into the 0.1.0 branch.Bjørn Lindeijer6-14/+22
2006-11-02Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch.Bjørn Lindeijer14-200/+315
2006-11-02Fixed a memory leak and a double deletion.Björn Steinbrink2-6/+3
2006-11-02Removed some cruft that was needed for eAthena.Björn Steinbrink8-139/+13
2006-11-02Network layer refactoring.Björn Steinbrink38-377/+1421
2006-11-01Added support for å and Å (with help of Håkan Rönn)Bjørn Lindeijer2-2/+2
2006-11-01Added CMake supportBjörn Steinbrink2-1/+300
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-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer50-332/+921
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-13Forgot to remove TODOS. At last, it is good.Yohann Ferreira2-3/+0
2006-09-13(no commit message)Yohann Ferreira3-524/+0
2006-09-13Added a skinned reusable dropdown widget and used it in the server dialog.Yohann Ferreira7-15/+817