summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2005-02-20Separated Tiles in MetaTiles and Images.Bjørn Lindeijer1-1/+1
2005-02-19Fixed searching for zip files in Linux, fixed initialization of PhysFS to beBjørn Lindeijer1-1/+3
before it is used and added a start on the map reader.
2005-02-16"make dist" now produces distributions that compile and run, upped version toBjørn Lindeijer1-0/+1
0.0.10 for next release and some minor changes.
2005-02-14Support for drawing using OpenGL. Don't expect it to be fast yet though.Bjørn Lindeijer1-2/+2
2005-02-13Largely cleanups.Bjørn Lindeijer1-4/+4
2005-02-13Done some work on autoconf usage and removed Arial font.Bjørn Lindeijer1-48/+97
2005-02-13Should now compile on Linux again.Bjørn Lindeijer1-2/+2
2005-02-13Don't skip corners in A* pathfinding algorithm.Bjørn Lindeijer1-1/+0
2005-02-12Added modules and moved some files around.Bjørn Lindeijer1-0/+1
2005-02-06Mostly making map tile data dynamically allocated.Bjørn Lindeijer1-0/+1
2005-02-06Added files to list and removed some old tmw.ini values.Bjørn Lindeijer1-0/+1
2005-02-05Added base64 encoding and decoding code.Bjørn Lindeijer1-0/+1
2005-01-17Removed allegro from autoconf and added -lguichan_sdlMateusz Kaduk1-3/+3
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-1/+0
2005-01-14Update after rename.Bjørn Lindeijer1-1/+1
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer1-0/+3
Allegro to load/draw images. Only the login wallpaper is currently loaded using the resource manager and the resource manager still waits with searching for available files until they are asked for instead of indexing what is available.
2005-01-13Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog classBjørn Lindeijer1-0/+1
2005-01-08Some improvements to character creation and selection dialogs.Bjørn Lindeijer1-0/+1
2005-01-07Solved the window dragging problem.Bjørn Lindeijer1-0/+1
2004-12-30Subclassed ListBox and TextBox for a little better visual appearance.Bjørn Lindeijer1-0/+2
2004-12-30Cleanup, mainly removing unused code.Bjørn Lindeijer1-1/+0
2004-12-29Ported the npc text dialog and some other small updates.Bjørn Lindeijer1-0/+1
2004-12-29Subclassed AllegroInput to intercept shortcuts.Bjørn Lindeijer1-0/+1
2004-12-29- added SDL & SDL_mixer to all makefilesAlexander Baldeck1-1/+1
- removed JGmod from all makefiles
2004-12-28Ported sell dialog to Guichan.Bjørn Lindeijer1-0/+1
2004-12-28Added new gui for stats windowMateusz Kaduk1-0/+1
2004-12-28Renamed stats dialog to status dialog, which it is and to make room for theBjørn Lindeijer1-1/+1
real stats dialog that is currently called the skill dialog.
2004-12-28Ported buy/sell dialog, made sure mouse is only drawn once and updated buildBjørn Lindeijer1-5/+6
files.
2004-12-27Added radiobutton class and aqua graphic for it.Mateusz Kaduk1-0/+1
2004-12-27Skinned background/border of scrollarea, not the scrollbars yet.Bjørn Lindeijer1-0/+1
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-0/+1
modules to file lists.
2004-12-27Skinned slider, yeah!Bjørn Lindeijer1-0/+1
2004-12-26Ported buy dialog, which could still use visual improvement, and addedBjørn Lindeijer1-0/+1
\|-`~ to the fixed font.
2004-12-26added configuration.cpp to file.list and src/Makefile.amAlexander Baldeck1-0/+1
2004-12-25Made image.cpp into module and done some more attempts at making graphics.cppBjørn Lindeijer1-0/+1
readable.
2004-12-23Password masking is back!Bjørn Lindeijer1-0/+1
2004-12-23Skinned our beautiful text field back!Bjørn Lindeijer1-0/+1
2004-12-20Converted the progress bar and stats dialog to Guichan widgets.Bjørn Lindeijer1-8/+9
2004-12-19no deprecated warnings about text_mode, textout or textprintf anymoreAlexander Baldeck1-1/+1
2004-12-19removed alfont usage (obsolete dependency now)Alexander Baldeck1-1/+1
2004-12-17Added window class based on Guichan by none other than nym!Bjørn Lindeijer1-2/+3
2004-12-17Doh, that probably doesn't work.Bjørn Lindeijer1-1/+1
2004-12-17Focus that chat input field so that there is no need to click it.Bjørn Lindeijer1-3/+3
2004-12-16fixed unresolved symbols by adding "renamed" sorucefiles again ^^Alexander Baldeck1-0/+2
2004-12-16part of autotools updateAlexander Baldeck1-3/+1
2004-12-16part of autotools updateAlexander Baldeck1-0/+34