Rev |
Age |
Author |
Path |
Log message |
Diff |
5065 |
2126d 11h |
terminx |
/polymer/eduke32/source/config.c |
Remove WeaponChoice* from eduke32.cfg and transition setting to "wchoice" cvar. This commit also removes an Android hack and changes the order of some of the in-game "F" key handling, just because it bugged me that some of them were out of order. |
|
4993 |
2167d 7h |
terminx |
/polymer/eduke32/source/config.c |
Android menu changes. Moves a few settings in-game instead of in crappy system UI dialogs. DONT_BUILD. |
|
4986 |
2167d 7h |
terminx |
/polymer/eduke32/source/config.c |
Minor sound cleanup... clean up crappy old code, remove obsolete "FXDevice" and "MusicDevice" variables, etc. |
|
4852 |
2212d 17h |
hendricks266 |
/polymer/eduke32/source/config.c |
Introduce preprocessor token EDUKE32_TOUCH_DEVICES that covers both Android and iOS, and replace selected instances of __ANDROID__ with it. |
|
4827 |
2221d 18h |
hendricks266 |
/polymer/eduke32/source/config.c |
Wii: Bump MAXJOYAXES to 9 to avoid menu corruption, and fix _functio.h, CONFIG_FunctionNameToNum, CONFIG_AnalogNameToNum, so that this does not crash. |
|
4826 |
2221d 18h |
hendricks266 |
/polymer/eduke32/source/config.c |
Fix the MAXJOYBUTTONS discrepancy between _control.h and gamedefs.h. |
|
4672 |
2276d 8h |
terminx |
/polymer/eduke32/source/config.c |
Adjust default security camera refresh times |
|
4541 |
2373d 3h |
hendricks266 |
/polymer/eduke32/source/config.c |
Replace the funkily-formatted GNU.TXT with the FSF's official gpl-2.0.txt. Also, update the FSF's address in all source files that contain it.
DONT_BUILD. |
|
4491 |
2424d 12h |
helixhorned |
/polymer/eduke32/source/config.c |
Bye, bye, B*alloc(), all hail X*alloc()! Replace large portion of the calls...
... and cull code that is dead with the X*alloc() versions since they never
return NULL on requesting memory.
Use something like
git grep '[^Xx]\(m\|c\|re\)alloc *('
and
git grep '[^Xx]strdup *('
to see places where I left the B*alloc() calls intact.
BUILD_LUNATIC. |
|
4472 |
2436d 23h |
hendricks266 |
/polymer/eduke32/source/config.c |
Replace some constants with preprocessor macros. |
|
4445 |
2466d 16h |
terminx |
/polymer/eduke32/source/config.c |
User-configurable security monitor refresh delay (r_camrefreshdelay) |
|
4440 |
2468d 17h |
terminx |
/polymer/eduke32/source/config.c |
Android updates from Emile. DONT_BUILD. |
|
4436 |
2471d 9h |
terminx |
/polymer/eduke32/source/config.c |
More Android. DONT_BUILD. |
|
4386 |
2493d 2h |
terminx |
/polymer/eduke32/source/config.c |
Some basic changes for Android support. DONT_BUILD. |
|
4385 |
2493d 2h |
terminx |
/polymer/eduke32/source/config.c |
Widespread use of ARRAY_SIZE macro. |
|
4344 |
2521d 4h |
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 |
2531d 18h |
terminx |
/polymer/eduke32/source/config.c |
Support "r_windowpositioning" in SDL builds. |
|
4215 |
2578d 16h |
helixhorned |
/polymer/eduke32/source/config.c |
Minor stylistic tweaks of code related to weapon switching. |
|
4213 |
2581d 2h |
helixhorned |
/polymer/eduke32/source/config.c |
Factor some code in config.c into OSD_WriteAliases(), move symbol_t to osd.c. |
|
3993 |
2720d 12h |
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. |
|