Mark Vejvoda
8c0bf75bf5
- got built in memory leak working. Just edit leak_dumper.h and uncomment:
...
//#define SL_LEAK_DUMP
- got better / more accurate stack dumps when we detect errors in game.
- Both of these need to be worked on in windows next, win32 may not compile for now until i fix it on that platform.
- BE VERY CAREFUL when working in leak_dumper.* it may cause GCC and your system to crash if you don't know what you are doing!
2012-04-14 21:21:09 +00:00
Titus Tscharntke
9870c13a6b
GraphicMessageBox can handle multiple buttons now
2012-02-19 17:37:53 +00:00
Mark Vejvoda
22c8881902
- update fonts for console when language is toggled
2011-11-03 23:38:43 +00:00
Mark Vejvoda
45d9261163
fixed autoconfig and default keys (thanksfor the patches david)
2011-11-02 19:11:58 +00:00
Mark Vejvoda
50adfb3305
- added ability to switch languages from nearly anywhere (and new hotkeys to do so):
...
CTRL+L shows language popup selection, CTRL+SHIFT+L toggles to next language automatically
2011-10-25 18:39:11 +00:00
Mark Vejvoda
d719e8e318
- in game popup menu now also allows viewing/changing keyboard setup
...
- now display (team) when chat text is intended only for team members
2011-10-03 00:36:28 +00:00
Mark Vejvoda
57afc2d715
- phase 2 of cppcheck verbose fixes
2011-09-01 01:11:23 +00:00
Mark Vejvoda
945c2aa66b
- some font bugfixes (use proper fonts in menus and also proper spacing in console)
2011-06-28 00:51:13 +00:00
Mark Vejvoda
46ff36c80b
- missed one conversion in keyboard test menu
2011-06-26 03:41:20 +00:00
Mark Vejvoda
5e67b505a7
- try to convert to utf8 before rendering text
2011-06-26 02:50:13 +00:00
Mark Vejvoda
c4a05c8036
- try this tomreyn
2011-06-26 02:35:09 +00:00
Mark Vejvoda
d791eb4e94
- try this tomreyn
2011-06-26 02:30:04 +00:00
Mark Vejvoda
675750eda7
- some more unicode input cleanup
2011-06-26 02:21:45 +00:00
Mark Vejvoda
4b6bc7a4a7
- loads of changes in order to prepare for better input (not using char but SDLKey instead)
2011-06-26 01:55:08 +00:00
Mark Vejvoda
6e8157b9de
- added console object to base menustate and added a way to disable console output when taking a screenshot (on be default). To Disable:
...
DisableScreenshotConsoleText=true
2011-04-15 01:05:36 +00:00
Mark Vejvoda
38b9a4e371
- added a keyboard test display area in keyboard setup (shows the key it thinks you pressed)
2011-04-12 16:47:14 +00:00
Mark Vejvoda
8059c064a3
- more cleanup of debug logging in menus
2011-03-29 09:45:15 +00:00
Mark Vejvoda
f35e920d47
- added logic to delete old texture after doing a model texture conversion
2011-03-12 22:11:09 +00:00
Mark Vejvoda
242b02c001
- added support for better user data customization and default linux path will now be ~/.megaglest/ for user related ini's and data content
2011-03-10 07:26:43 +00:00
Mark Vejvoda
ab706e1762
- some code cleanup related to vc++ posix naming warnings
2011-03-09 18:51:26 +00:00
Mark Vejvoda
b97687c772
- possible bugfix on windows for special key values
2011-03-09 06:15:09 +00:00
Mark Vejvoda
5b2a6bb45f
- bugfix for esc key
2011-03-08 02:07:35 +00:00
Mark Vejvoda
f07b7a3603
- more keyboard bugfixes so some special keys above 255 work
2011-03-06 23:45:46 +00:00
Mark Vejvoda
d75fbe51f6
- another attempt to fix keyboard menu for windows
2011-03-06 07:55:38 +00:00
Mark Vejvoda
9104141efe
- added error handling for keyboard menu to see if we get this far in windows
2011-03-06 07:18:34 +00:00
Mark Vejvoda
935895c89f
- configurable keys can be edited in keyboard menu now
2011-03-04 22:54:04 +00:00
Mark Vejvoda
0f57fe6b92
- additional work to allow for changing hotkeys in the keyboard options menu, currently changes are not saved to file, only on screen.
2011-03-04 20:26:47 +00:00
Titus Tscharntke
5f831db095
beginning of keyboard setup menu ...
2011-01-04 01:39:54 +00:00