Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-20 | Reverted changes to skill dialog, a new one will be developed alongside it so | Bjørn Lindeijer | 1 | -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-20 | More progress towards loading XML maps. | Bjørn Lindeijer | 1 | -23/+24 | |
2005-02-20 | added skill functionality | Kiyoshi Kyokai | 1 | -0/+32 | |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 1 | -5/+7 | |
before it is used and added a start on the map reader. | |||||
2005-02-19 | Added PHYSFS_init and PHYSFS_deinit calls | Eric Scrivner | 1 | -9/+25 | |
2005-02-15 | Updated layout and contents of FAQ a bit, fixed debug path and mouse rendering | Bjørn Lindeijer | 1 | -8/+7 | |
in OpenGL mode, and some general cleanups. | |||||
2005-02-14 | Support for drawing using OpenGL. Don't expect it to be fast yet though. | Bjørn Lindeijer | 1 | -0/+8 | |
2005-02-14 | Quicksie fixie in reporting window manager available. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 1 | -28/+27 | |
2005-02-13 | Largely cleanups. | Bjørn Lindeijer | 1 | -2/+2 | |
2005-02-13 | Done some work on autoconf usage and removed Arial font. | Bjørn Lindeijer | 1 | -2/+8 | |
2005-02-13 | No need to keep track of mouse position ourselves. Also put default startup | Bjørn Lindeijer | 1 | -7/+2 | |
mode to windowed. | |||||
2005-02-13 | Allow preservation of alpha channel when loading image resources, which is used | Bjørn Lindeijer | 1 | -2/+7 | |
to load alpha blended mouse cursor, which is now drawn instead of using the system cursor. | |||||
2005-02-05 | No more create core_version in the tmw.ini file. Not useful anymore. Please ↵ | Yohann Ferreira | 1 | -1/+0 | |
keep that information in the main.h file, though | |||||
2005-01-30 | *** empty log message *** | Yohann Ferreira | 1 | -1/+1 | |
2005-01-25 | Fixed unable to click away sound error dialogs. | Bjørn Lindeijer | 1 | -0/+13 | |
2005-01-23 | Uninitialized variable and free/delete/delete[] mismatch fixes. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-01-19 | *** empty log message *** | Bjørn Lindeijer | 1 | -12/+26 | |
2005-01-18 | Changed default depth to 32 and fixed window snapping by one pixel. | Bjørn Lindeijer | 1 | -2/+2 | |
2005-01-17 | Added support for hwaccel option. | Bjørn Lindeijer | 1 | -5/+8 | |
2005-01-17 | Support for windowed in config file. | Bjørn Lindeijer | 1 | -1/+8 | |
2005-01-17 | Improve key input some more. | Bjørn Lindeijer | 1 | -0/+2 | |
2005-01-17 | ESC works again for quit and Ctrl+F switched windowed/fullscreen in X11 | Bjørn Lindeijer | 1 | -3/+3 | |
2005-01-17 | Converted some images to PNG and put them in new dir structure. | Bjørn Lindeijer | 1 | -12/+9 | |
2005-01-17 | Got stuff to work with Dev-C++ | Bjørn Lindeijer | 1 | -1/+1 | |
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 1 | -48/+36 | |
2005-01-15 | Cleaned up includes, separated engine from graphics and single buffer now | Bjørn Lindeijer | 1 | -75/+7 | |
used throughout application, cleaned up shop functions. | |||||
2005-01-14 | Rewrote Spriteset to work with Image* instead of BITMAP* | Bjørn Lindeijer | 1 | -20/+14 | |
2005-01-14 | Removed 9 cases of load_bitmap. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-01-13 | Added heavily modified resource manager by zenogais that is currently using | Bjørn Lindeijer | 1 | -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-13 | Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining. | Bjørn Lindeijer | 1 | -6/+44 | |
2005-01-08 | Some improvements to character creation and selection dialogs. | Bjørn Lindeijer | 1 | -2/+7 | |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -37/+37 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
2005-01-06 | Moved some GUI code into a class. | Bjørn Lindeijer | 1 | -0/+2 | |
2005-01-04 | Converted level.wav to level.ogg | Bjørn Lindeijer | 1 | -1/+1 | |
2005-01-02 | Got rid of hairset.dat and playerset.dat. | Bjørn Lindeijer | 1 | -12/+22 | |
2005-01-02 | Don't load the weapon set, doesn't seem to be used at the moment even. | Bjørn Lindeijer | 1 | -7/+0 | |
2005-01-02 | Removed Allegro datafile graphic.dat | Bjørn Lindeijer | 1 | -8/+8 | |
2005-01-02 | Added some commented SDL code to prepare for switch. | Bjørn Lindeijer | 1 | -91/+119 | |
2004-12-30 | Cleanup, mainly removing unused code. | Bjørn Lindeijer | 1 | -1/+0 | |
2004-12-29 | Changes to disable sound on Windows. | Bjørn Lindeijer | 1 | -0/+8 | |
2004-12-29 | - ported sound engine to SDL_Mixer | Alexander Baldeck | 1 | -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-28 | Make stats window display numbers instead of characters. | Bjørn Lindeijer | 1 | -5/+5 | |
2004-12-28 | Simplified graphic engine | Eugenio Favalli | 1 | -5/+2 | |
2004-12-26 | - final touch to writing mechanism of the config system | Alexander Baldeck | 1 | -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/writing | Alexander Baldeck | 1 | -0/+2 | |
2004-12-26 | - replaced default ini creation routine with new system | Alexander Baldeck | 1 | -12/+19 | |
- testing version of write support for config system | |||||
2004-12-26 | merge to new config system complete | Alexander Baldeck | 1 | -1/+1 | |
2004-12-26 | covertied init to use the new config system (ignore last message) | Alexander Baldeck | 1 | -3/+2 | |
2004-12-26 | - code beautification ofter coding guielines | Alexander Baldeck | 1 | -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) |