summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
2004-12-30Cleanup, mainly removing unused code.Bjørn Lindeijer1-1/+0
2004-12-29Changes to disable sound on Windows.Bjørn Lindeijer1-0/+8
2004-12-29- ported sound engine to SDL_MixerAlexander Baldeck1-5/+12
- name change from TmwSound to Sound as required by HACKING.txt - slight modification of other files using it due to interface changes - minor speedups in Configuration - makefile.static modfified to link against SDL
2004-12-28Make stats window display numbers instead of characters.Bjørn Lindeijer1-5/+5
2004-12-28Simplified graphic engineEugenio Favalli1-5/+2
2004-12-26- final touch to writing mechanism of the config systemAlexander Baldeck1-49/+45
- tmw now can read and write its ini file - some fixes in login.cpp to get it to work properly - Init method -> init - Write method -> write - minor code "beautification" in several files
2004-12-26- minor fixes for ini creation/writingAlexander Baldeck1-0/+2
2004-12-26- replaced default ini creation routine with new systemAlexander Baldeck1-12/+19
- testing version of write support for config system
2004-12-26merge to new config system completeAlexander Baldeck1-1/+1
2004-12-26covertied init to use the new config system (ignore last message)Alexander Baldeck1-3/+2
2004-12-26- code beautification ofter coding guielinesAlexander Baldeck1-171/+172
- added test with new config system - modified old method of creating default confs for new syntax (should be removed when new config sytem can write)
2004-12-21Committing ported character select and new character dialogs by nym.Bjørn Lindeijer1-1/+1
2004-12-19Use the CORE_VERSION define.Bjørn Lindeijer1-1/+1
2004-12-19removed alfont usage (obsolete dependency now)Alexander Baldeck1-3/+0
2004-12-14*** empty log message ***Alexander Baldeck1-59/+49
2004-12-11Core sprite classes of the new graphic engineEugenio Favalli1-4/+1
2004-12-10Use a consistent tab-less header throughout the code.Bjørn Lindeijer1-25/+22