summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-03-25Moved datafiles in unified structure.Bjørn Lindeijer1-3/+3
2005-03-25Moved level.ogg to new location, and put playing levelup sound under F7.Bjørn Lindeijer1-6/+0
2005-03-24Logger Implemented. (3/3)Yohann Ferreira1-3/+1
2005-03-23First working implementation of new logger (Step 2/3)Yohann Ferreira1-23/+25
2005-03-21Some cleanups and button, radiobutton and checkbox now take into accountBjørn Lindeijer1-2/+0
disabled status.
2005-03-21Log which videodriver is being used.Bjørn Lindeijer1-0/+9
2005-03-19Added config option for GUI alpha.Bjørn Lindeijer1-4/+2
2005-03-13* Moved Being public char *speech to private std::string speechBjørn Lindeijer1-17/+3
* Moved Being public PATH_NODE *path to private std::list<PATH_NODE> path * Fixed warping issue which corrupted player (which also applies to respawning) * Got rid of sound error in Setup window
2005-03-11Maybe it would be a good idea to handle the login success message. This fixesBjørn Lindeijer1-0/+1
the initial starting location for new player characters.
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-1/+1
2005-03-01Changed tmw.ini to config.xml which is read/written using libxml2.Bjørn Lindeijer1-5/+10
2005-02-20Reverted changes to skill dialog, a new one will be developed alongside it soBjørn Lindeijer1-1/+2
that the current one remains working for now. Also XML maps now can load but not the base64 or gzip kind yet.
2005-02-20More progress towards loading XML maps.Bjørn Lindeijer1-23/+24
2005-02-20added skill functionalityKiyoshi Kyokai1-0/+32
2005-02-19Fixed searching for zip files in Linux, fixed initialization of PhysFS to beBjørn Lindeijer1-5/+7
before it is used and added a start on the map reader.
2005-02-19Added PHYSFS_init and PHYSFS_deinit callsEric Scrivner1-9/+25
2005-02-15Updated layout and contents of FAQ a bit, fixed debug path and mouse renderingBjørn Lindeijer1-8/+7
in OpenGL mode, and some general cleanups.
2005-02-14Support for drawing using OpenGL. Don't expect it to be fast yet though.Bjørn Lindeijer1-0/+8
2005-02-14Quicksie fixie in reporting window manager available.Bjørn Lindeijer1-1/+1
2005-02-14Simplified logging for the sake of simplicity.Bjørn Lindeijer1-28/+27
2005-02-13Largely cleanups.Bjørn Lindeijer1-2/+2
2005-02-13Done some work on autoconf usage and removed Arial font.Bjørn Lindeijer1-2/+8
2005-02-13No need to keep track of mouse position ourselves. Also put default startupBjørn Lindeijer1-7/+2
mode to windowed.
2005-02-13Allow preservation of alpha channel when loading image resources, which is usedBjørn Lindeijer1-2/+7
to load alpha blended mouse cursor, which is now drawn instead of using the system cursor.
2005-02-05No more create core_version in the tmw.ini file. Not useful anymore. Please ↵Yohann Ferreira1-1/+0
keep that information in the main.h file, though
2005-01-30*** empty log message ***Yohann Ferreira1-1/+1
2005-01-25Fixed unable to click away sound error dialogs.Bjørn Lindeijer1-0/+13
2005-01-23Uninitialized variable and free/delete/delete[] mismatch fixes.Bjørn Lindeijer1-1/+1
2005-01-19*** empty log message ***Bjørn Lindeijer1-12/+26
2005-01-18Changed default depth to 32 and fixed window snapping by one pixel.Bjørn Lindeijer1-2/+2
2005-01-17Added support for hwaccel option.Bjørn Lindeijer1-5/+8
2005-01-17Support for windowed in config file.Bjørn Lindeijer1-1/+8
2005-01-17Improve key input some more.Bjørn Lindeijer1-0/+2
2005-01-17ESC works again for quit and Ctrl+F switched windowed/fullscreen in X11Bjørn Lindeijer1-3/+3
2005-01-17Converted some images to PNG and put them in new dir structure.Bjørn Lindeijer1-12/+9
2005-01-17Got stuff to work with Dev-C++Bjørn Lindeijer1-1/+1
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-48/+36
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-75/+7
used throughout application, cleaned up shop functions.
2005-01-14Rewrote Spriteset to work with Image* instead of BITMAP*Bjørn Lindeijer1-20/+14
2005-01-14Removed 9 cases of load_bitmap.Bjørn Lindeijer1-1/+1
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer1-5/+7
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 Allegro ok dialog completely. Now just the yes_no dialog remaining.Bjørn Lindeijer1-6/+44
2005-01-08Some improvements to character creation and selection dialogs.Bjørn Lindeijer1-2/+7
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-37/+37
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling.
2005-01-06Moved some GUI code into a class.Bjørn Lindeijer1-0/+2
2005-01-04Converted level.wav to level.oggBjørn Lindeijer1-1/+1
2005-01-02Got rid of hairset.dat and playerset.dat.Bjørn Lindeijer1-12/+22
2005-01-02Don't load the weapon set, doesn't seem to be used at the moment even.Bjørn Lindeijer1-7/+0
2005-01-02Removed Allegro datafile graphic.datBjørn Lindeijer1-8/+8
2005-01-02Added some commented SDL code to prepare for switch.Bjørn Lindeijer1-91/+119