summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2007-11-03Added automatic recoloring of images. Inspired by fungos' ideas (PR #41).Guillaume Melquiond1-0/+2
2007-10-20Added a layout handler for automatically positioning widgets in a window. ↵Guillaume Melquiond1-0/+2
Fixed layout of login dialog box when native language is not English.
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-8/+6
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond.
2007-09-25Added some const qualifiers.Bjørn Lindeijer1-2/+2
2007-09-20Added support for unicode charset in textfields and chat.Guillaume Melquiond1-0/+2
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-14/+24
2007-09-10Added support for True Type Fonts.Eugenio Favalli1-0/+2
2007-09-01Fixed windowlistener.h entry in Makefile.am.Bjørn Lindeijer1-1/+1
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer1-4/+0
art attribute. Removed the now unnecessary multiplication of weapon IDs with 10000. Added a fallback item icon and used it for unknown items or when an item image fails to load.
2007-08-28Added Vector class and used it in the particle engine.Bjørn Lindeijer1-1/+2
2007-08-28Made buy dialog resizable and added a WindowListener class for listening forBjørn Lindeijer1-10/+11
window resize and move events.
2007-08-25Removed dependency on Guichan's OpenGL library. Taken over image loading and ↵Guillaume Melquiond1-4/+2
handling. Reduced memory usage when using OpenGL. (Up to 95% reduction for some textures.)
2007-08-22Added trimming of chat messages.Bjørn Lindeijer1-0/+1
2007-08-22Fixed a compiler warning and updated source lists.Bjørn Lindeijer1-0/+6
2007-08-06Fixed some header typos. Moved gettext.h to utils directory. Removed ↵Guillaume Melquiond1-2/+1
redundant HAS_CONFIG_H macro. Used autopoint for generating gettext environment. Removed auto-generated file from po directory.
2007-08-06Added support for translating variable strings.Guillaume Melquiond1-0/+2
2007-08-05Do not include config.h when the program has not been configured.Guillaume Melquiond1-0/+1
2007-08-05Added support for internationalization. Tested by translating a few gui ↵Guillaume Melquiond1-1/+3
strings to french.
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-2/+0
2007-07-24Fixed initialization order and added setup_keyboard.* and keyboardconfig.* toBjørn Lindeijer1-0/+4
the list of source files. Also set some missing Subversion properties.
2007-07-11Weapon sprites are now (almost) threated like other equipment sprites ↵Philipp Sehmisch1-0/+1
through the equipment sprite database. (use -u to ignore updates)
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer1-1/+15
2007-06-03Fixed warning about strict-aliasing rules and don't die on warnings by default.Bjørn Lindeijer1-1/+1
2007-06-03Added some files to be included with the release.Bjørn Lindeijer1-0/+2
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-1/+11
2007-04-15Reimplemented window resizing. It is now once again possible to resize windowsBjørn Lindeijer1-1/+3
using their borders (except for the top one, since that's the title bar for Guichan) and the resize grip in the bottom right is much easier to grab. Needs some testing.
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer1-2/+4
2007-03-21Renamed Spriteset to ImageSet.Bjørn Lindeijer1-3/+3
2007-03-12Added a simple animation class that hosts a looping animation without the ↵Philipp Sehmisch1-1/+3
action and direction stuff from AnimatedSprite.
2007-03-03Updated Makefile.Bjørn Lindeijer1-0/+4
2007-02-23Added unregistering, logout_then_exit, switch_character and ↵Rogier Polak1-0/+6
switch_accountserver.
2007-01-30Removed unused Packet class.Bjørn Lindeijer1-2/+0
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-6/+6
2006-12-12Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h)Bjørn Lindeijer1-2/+1
2006-12-12Moved base64 module into utils directory.Bjørn Lindeijer1-6/+6
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-2/+17
2006-12-04Introduced a new class Viewport which combines the drawing code from EngineBjørn Lindeijer1-1/+3
with the (rather misplaced) input handling from the Gui class. Also, it's a Container itself which should allow for extending it to show Guichan widgets on map coordinates.
2006-11-29Updated Makefile and CMakeListPhilipp Sehmisch1-0/+4
2006-11-26Updated Makefiles and CMake ListsPhilipp Sehmisch1-3/+6
2006-11-19Separated sprite definition from playback.Bjørn Lindeijer1-0/+2
2006-11-15Separated getProperty method to an XML utility namespace.Bjørn Lindeijer1-0/+2
2006-11-14Separated Action class to its own module.Bjørn Lindeijer1-0/+2
2006-11-11Fixed autotools configuration.Björn Steinbrink1-0/+2
2006-11-05Merged the definition of ImageRect into graphics.h.Bjørn Lindeijer1-2/+1
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer1-0/+2
2006-11-05Added pictures to items in buy dialogs. Also too expensive items are ↵Yohann Ferreira1-0/+2
highlighted in gray and can't be selected.
2006-11-02Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch.Bjørn Lindeijer1-0/+2
2006-11-02Removed some cruft that was needed for eAthena.Björn Steinbrink1-2/+0
2006-11-02Network layer refactoring.Björn Steinbrink1-0/+18
2006-10-03Turned AmbientOverlay into a class. Cleaned up the associated code.Björn Steinbrink1-0/+2