Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-03 | Disabled "Reset Windows" button when appropriate | Bjørn Lindeijer | 1 | -0/+9 | |
You shouldn't be able to press "Reset Windows" before the in-game windows have been created. Previously this would crash. | |||||
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -10/+7 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-10-15 | Added patch so that players can turn on or off speech bubbles. | Ira Rice | 1 | -1/+1 | |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -1/+1 | |
2008-09-04 | Added code to change text colouring | Douglas Boffey | 1 | -3/+9 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2008-05-28 | Added slider for controlling particleEmitterSkip (overall quality of ↵ | Philipp Sehmisch | 1 | -2/+2 | |
particle effects) to video setup menu. | |||||
2008-05-14 | Added ability to define friends, players you want to ignore or disregard and | Bjørn Lindeijer | 1 | -2/+8 | |
configure whether trading is allowed. Based on new popup code, configuration improvements to store hierarchical data and a table model. | |||||
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 1 | -0/+2 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3692 | gmelquio | 2007-10-27 11:03:13 +0200 (Sat, 27 Oct 2007) | 1 line Made it compile with GCC 4.3 ........ | |||||
2007-08-20 | Added close button functionality, resize cursor cues. | Joshua Langley | 1 | -1/+2 | |
2007-07-25 | keyboard config - keyboard setup gui re-designed, fixed errors in keyboard ↵ | Joshua Langley | 1 | -2/+2 | |
config. m_id:16 | |||||
2007-07-16 | (no commit message) | Joshua Langley | 1 | -3/+8 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -4/+4 | |
2006-09-20 | Added a slider for controlling the OverlayDetail (based on a patch by VictorSan) | Philipp Sehmisch | 1 | -2/+2 | |
2006-08-26 | Applied patch by Pascal, adding sliders to configure the scrolling behaviour | Bjørn Lindeijer | 1 | -2/+2 | |
and a checkbox to enable or disable the joystick. | |||||
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -1/+1 | |
from the 0.1.0 branch. | |||||
2006-05-03 | FPS limit can now be set in setup dialog. Default value for FPS is 50. (Code ↵ | Eugenio Favalli | 1 | -1/+1 | |
based on peoro's patch). | |||||
2006-03-19 | Removed some duplicate initializations. | Björn Steinbrink | 1 | -20/+13 | |
2006-03-19 | Splitted setup window into manageable pieces according to their tabs in the ↵ | Björn Steinbrink | 1 | -317/+26 | |
window. Fixed some memory leaks along the way. Also fixed two settings not being stored on "apply". | |||||
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -3/+3 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -120/+137 | |
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -12/+4 | |
2006-02-06 | Added a Joystick class. | Björn Steinbrink | 1 | -45/+8 | |
2006-02-01 | Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵ | Björn Steinbrink | 1 | -3/+3 | |
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way. | |||||
2006-01-31 | Cleanup. | Björn Steinbrink | 1 | -7/+8 | |
2006-01-30 | A few cleanups and simplifications. | Björn Steinbrink | 1 | -5/+5 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -8/+9 | |
2006-01-07 | Removed --skipupdate option from Dev.Cpp project file, splitted the setup ↵ | Eugenio Favalli | 1 | -40/+119 | |
window into 3 tabs and added a joystick calibration tool. | |||||
2005-10-20 | Added garbage collection to the ScrollArea class. Fixed slider not being ↵ | Björn Steinbrink | 1 | -1/+0 | |
updated in the item amount box when the buttons are used. | |||||
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -16/+0 | |
2005-10-16 | gl is default for win/apple/USE_OPENGL, needs to restart for fs | Duane Bailey | 1 | -4/+12 | |
2005-10-04 | Set the white font in the ministatus window only in sdl mode until we have ↵ | Yohann Ferreira | 1 | -0/+3 | |
found a solution in openGL Mode. Disable the openGL Box when compiled without opengl support. | |||||
2005-09-30 | Made the inventory Win behave normally when resized by default size functions. | Yohann Ferreira | 1 | -1/+0 | |
2005-09-30 | Fixed paths for windows users | Matthias Hartmann | 1 | -7/+7 | |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few ↵ | Yohann Ferreira | 1 | -26/+8 | |
the default win position. And moved the setposition from game to each win, to clarify the code. | |||||
2005-09-28 | Added a Reset Win Positions to Default in the Setup win. | Yohann Ferreira | 1 | -9/+49 | |
2005-09-23 | Merged most of the changes in biggeruniverse's second memory cleanup patch. | Bjørn Lindeijer | 1 | -0/+2 | |
2005-09-12 | Enabled OpenGL checkbox and added messagebox informing the user that apply this | Bjørn Lindeijer | 1 | -27/+31 | |
change requires restarting the client. Also made progress of update downloads start displaying at 0%. | |||||
2005-08-14 | Removed guiGraphics global pointer and removed dependencies on gui.h in some ↵ | Björn Steinbrink | 1 | -3/+4 | |
places. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -4/+13 | |
2005-08-03 | Now the 'Apply' and 'Cancel' buttons of the setup window work correctly. | Yohann Ferreira | 1 | -15/+89 | |
2005-08-02 | Moved graphics setup code into the graphics class. | Björn Steinbrink | 1 | -32/+13 | |
2005-07-16 | Updated changelog, got rid of remaining extern SDL_Surface *screen cases, | Bjørn Lindeijer | 1 | -4/+7 | |
fixed double free and cleaned up a bit. | |||||
2005-07-16 | Made Image/SubImage being drawn by Graphics. Removed some redundant code. | Björn Steinbrink | 1 | -0/+2 | |
2005-07-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 1 | -16/+28 | |
the custom mouse cursor option, which is now also dynamically changeable through the setup window. | |||||
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+1 | |
2005-07-09 | Some win32 fixes most of all | Eugenio Favalli | 1 | -4/+4 | |
2005-06-27 | - Fixing OpenGL switch to fullscreen crash in windows | Eugenio Favalli | 1 | -9/+21 | |
- Improving switch check | |||||
2005-05-15 | better monsterset management | Eugenio Favalli | 1 | -2/+2 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -5/+5 | |