Yamagi Burmeister
074891a8a2
Implement gl_hudscale for the console
...
After this change the HUD scaling is applied to the console and notify
messages. This was requested by many users.
2014-06-21 18:17:12 +02:00
svdijk
013ad4aa45
screen: simplify SCR_GetHUDScale.
2014-05-08 04:12:39 +02:00
svdijk
9ae8192f04
video: revert commit 97e149ba9e
, implement a better fix for this.
2014-05-07 18:21:12 +02:00
svdijk
1d81f2e2b6
screen: auto-scale the HUD when gl_hudscale < 0.
2014-05-06 19:45:11 +02:00
svdijk
092e7e1888
SCR_ExecuteLayoutString: also apply scale to xl and yt to avoid overlap.
2014-05-04 21:07:23 +02:00
svdijk
d823940370
Also apply gl_hudscale cvar to the inventory.
2014-05-04 21:05:56 +02:00
svdijk
97e149ba9e
video: avoid artefacts when resizing the viewsize when paused.
2014-05-04 16:05:32 +02:00
Daniel Gibson
7ace8c9116
Implementing gl_hudscale cvar to scale the HUD
...
because it's so small in high resolutions and I'm an old man with bad
eyes.
2014-04-25 21:24:26 +02:00
Yamagi Burmeister
8102e1a021
Move entitycmpfnc() to cl_view.c an reimplement it
...
This function is only used in cl_view.c, so no need for external
declaration. Reimplement it in a sane and on all platform 64 bit
clean way. This allows us to finally remove the horible INT macro.
2013-12-31 12:47:18 +01:00
Yamagi Burmeister
5e85fbc8b9
Allow arbitrary screen sizes.
...
Without this change the width of the render windows was required to be a
multiple of 8, making it unable to use strange resolutions like 1366x768.
This change is based upon an idea submitted by "tmcp" in pull request
27.
2013-10-12 09:29:19 +02:00
Alejandro Ricoveri
3e45c5e363
Refresh API refactoring
...
Analog functions of the former refexport_t are now public for the client
to access.
2013-06-15 10:27:30 +02:00
svdijk
6472514c8f
Lets not do the last two commits just before 5.11
...
Revert "change several strcat calls to Q_strlcat calls"
This reverts commit ab879f1bc7
.
Revert "change (v)sprintf calls to (v)snprintf calls"
This reverts commit b46e210d76
.
2013-05-18 18:59:39 +02:00
svdijk
b46e210d76
change (v)sprintf calls to (v)snprintf calls
2013-05-17 21:50:31 +02:00
svdijk
e07294b6b1
replace most strncpy calls (several of them wrong) by Q_strlcpy calls
2013-05-11 14:44:36 +02:00
svdijk
76e3480ccb
Some rewriting of windowed_mouse setting, in preparation of releasing the mouse in the menu.
2012-10-30 20:36:15 +01:00
Yamagi Burmeister
b52336850f
Reformat the client
2012-07-22 15:34:45 +02:00
Yamagi Burmeister
881b935b65
Change atof() to strtod()
2012-06-02 10:33:28 +02:00
Yamagi Burmeister
67dbe816c9
Change atoi() to strtol()
2012-06-02 10:24:52 +02:00
Yamagi Burmeister
0e1520d29a
Remove dead code and assignments
2012-06-01 17:05:40 +02:00
Christoph Mallon
ab034114b4
Whitespace fixes.
2012-04-30 08:25:59 +02:00
Yamagi Burmeister
03015a686b
Hide music playback from CD behind CDA
2012-04-25 08:53:25 +00:00
Yamagi Burmeister
9d60a5de6a
Hide OGG/Vorbis support under OGG
2012-04-25 08:24:38 +00:00
Yamagi Burmeister
787686a976
Dateiheader neu formatiert und "particles.h" entfernt
2010-07-13 18:19:42 +00:00
Yamagi Burmeister
0afa0b8fef
Eine Funktion von cl_view.c nach cl_screen.c verschoben
2010-06-18 16:50:27 +00:00
Yamagi Burmeister
d32f2e60a3
- cl_scrn.c zu cl_screen.c umbenannt
...
- Einen Header für cl_tent.c
2010-06-18 16:45:44 +00:00