Rev |
Age |
Author |
Path |
Log message |
Diff |
4440 |
2555d 16h |
terminx |
/polymer/eduke32/source/config.c |
Android updates from Emile. DONT_BUILD. |
|
4436 |
2558d 8h |
terminx |
/polymer/eduke32/source/config.c |
More Android. DONT_BUILD. |
|
4386 |
2580d 2h |
terminx |
/polymer/eduke32/source/config.c |
Some basic changes for Android support. DONT_BUILD. |
|
4385 |
2580d 2h |
terminx |
/polymer/eduke32/source/config.c |
Widespread use of ARRAY_SIZE macro. |
|
4344 |
2608d 3h |
hendricks266 |
/polymer/eduke32/source/config.c |
Mapster32: Introduce m32_settings.cfg, analogous to settings.cfg, so that you can save your cvars and aliases for the editor.
One potential use is to add r_togglecomposition "0" if you don't like Aero turning on and off every time you switch between 2D mode and 32-bit 3D mode. |
|
4327 |
2618d 17h |
terminx |
/polymer/eduke32/source/config.c |
Support "r_windowpositioning" in SDL builds. |
|
4215 |
2665d 15h |
helixhorned |
/polymer/eduke32/source/config.c |
Minor stylistic tweaks of code related to weapon switching. |
|
4213 |
2668d 1h |
helixhorned |
/polymer/eduke32/source/config.c |
Factor some code in config.c into OSD_WriteAliases(), move symbol_t to osd.c. |
|
3993 |
2807d 11h |
terminx |
/polymer/eduke32/source/config.c |
Implement a master volume control that functions separately from the sound effect and music volume controls. This is important because it allows waveform based music (like the SC-55 music pack, etc.) to play back at a louder volume than the sound effects if the end user so desires. |
|
3784 |
2889d 7h |
terminx |
/polymer/eduke32/source/config.c |
Sanitize hard coded render mode numbers... replace all references to rendmode 0, 3, 4, etc with proper REND_CLASSIC, REND_POLYMOST, REND_POLYMER labels. |
|
3760 |
2891d 9h |
terminx |
/polymer/eduke32/source/config.c |
Fix issue with Polymer checkbox in startup window, as reported at http://forums.duke4.net/topic/2961-paper-cuts-minor-bugs-and-annoyances/page__view__findpost__p__158208 |
|
3707 |
2910d 17h |
terminx |
/polymer/eduke32/source/config.c |
Don't write SelectedGRP to eduke32.cfg when using the Megaton compatibility "-addon" parameter. |
|
3705 |
2913d 19h |
terminx |
/polymer/eduke32/source/config.c |
Fix startup problems stemming from SelectedGRP = "" ending up in eduke32.cfg |
|
3655 |
2927d 17h |
terminx |
/polymer/eduke32/source/config.c |
Fix changing the max refresh rate in EDuke32 (it was already working correctly in Mapster32). |
|
3654 |
2927d 17h |
terminx |
/polymer/eduke32/source/config.c |
Add support for the versions of Duke it out in D.C., Duke Caribbean: Life's a Beach, and Duke: Nuclear Winter packaged with Duke Nukem 3D: Megaton Edition on Steam. This allows them to be launched directly from the startup window and also adds an "-addon" command line parameter that should allow the duke3d.exe included with Megaton Edition to be replaced with a copy of EDuke32. |
|
3636 |
2932d 18h |
terminx |
/polymer/eduke32/source/config.c |
Fix savegamevar/readgamevar breakage from r3579 |
|
3624 |
2937d 19h |
helixhorned |
/polymer/eduke32/source/config.c |
Don't output an empty SelectedGRP entry into the cfg, fixing bare EDuke32 build. |
|
3617 |
2939d 2h |
hendricks266 |
/polymer/eduke32/source/config.c |
Fix loading of a user's previous "SelectedGRP" file. |
|
3402 |
3008d 13h |
helixhorned |
/polymer/eduke32/source/config.c |
Simplify HUD scale and viewport size logic and clean up related code.
* Make the "classic status bar fullscreen viewport" mode accessible
in classic too.
* Make range of status bar scale 36..100
* Update ud.statusbarmode when executing OSD command r_size (ud.screen_size).
NOTE: ud.statusbarmode is considered internal. Don't use from CON!
* Make sure 1) loading any configuration and 2) menu bars work correctly.
(The "classic status bar fullscreen viewport" mode will never be restored
though because ud.statusbarmode isn't handled by the OSD var system). |
|
3209 |
3068d 19h |
helixhorned |
/polymer/eduke32/source/config.c |
Fix bound keys' commands being truncated in settings.cfg, control* cleanup.
- provide functions instead of messing with CONTROL_*Binds directly
- comment out a few more unused functions
- make clear what memory (alloc'd or const char *) 'keybind' members use
- for keys with no name, use "<?>" |
|