summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-05-01- Added installation of game data, install required on *nix systemsRodney Dawes1-2/+2
2005-05-01Default host back to animesites.deBjørn Lindeijer1-1/+1
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-10/+8
2005-04-21Now shops get item names from the xml databaseEugenio Favalli1-1/+0
2005-04-20Adding first implementation of item databaseEugenio Favalli1-1/+4
2005-04-19A few random changes.Bjørn Lindeijer1-15/+14
2005-04-18Ok, of course the biggest problem to solve with OpenGL integration is loadingBjørn Lindeijer1-26/+25
2005-04-16- Readding stripping to executable (Dev-cpp project options)Eugenio Favalli1-1/+4
2005-04-14Reduced width of playerset image from 640 to 256.Bjørn Lindeijer1-2/+2
2005-04-11Improving sound engine (now it loads samples through resource manager)Eugenio Favalli1-6/+5
2005-04-11Adding icon to the windowEugenio Favalli1-0/+3
2005-04-10Resource manager can now load sfx and music as samples.Eugenio Favalli1-1/+7
2005-04-07* Fixed crash on exit when trying to delete listbox that wasn't created.Bjørn Lindeijer1-1/+1
2005-04-05Cleaning and fixing setup windowEugenio Favalli1-4/+10
2005-04-04Setting screen resolution to 16 bit (in windows it increase fps a lot)Eugenio Favalli1-2/+2
2005-04-03Added playing hardcoded background song during login, stops when game starts.Bjørn Lindeijer1-0/+1
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
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
2005-03-11Maybe it would be a good idea to handle the login success message. This fixesBjørn Lindeijer1-0/+1
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
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
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
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
2005-02-13Allow preservation of alpha channel when loading image resources, which is usedBjørn Lindeijer1-2/+7
2005-02-05No more create core_version in the tmw.ini file. Not useful anymore. Please k...Yohann Ferreira1-1/+0
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