UnknownShadow200
|
95f9d55d45
|
Call glHint(GL_FOG_HINT, GL_NICEST) to try to get pixel fog activated in more cases. (Thanks csxns, addresses #547)
|
2018-10-15 00:43:40 +11:00 |
|
UnknownShadow200
|
a146eb531c
|
Cleanup String file, integrate DisplayDevice into Platform
|
2018-10-15 00:36:48 +11:00 |
|
UnknownShadow200
|
3d1424774f
|
Merge pull request #548 from igor725/master
Added Makefile for C client
|
2018-10-14 18:16:58 +11:00 |
|
igor725
|
10f1003249
|
Update Makefile
|
2018-10-14 09:54:17 +03:00 |
|
igor725
|
05009be057
|
Added Makefile for C client
|
2018-10-14 09:31:13 +03:00 |
|
UnknownShadow200
|
2c423739bd
|
more use of const
|
2018-10-14 16:03:52 +11:00 |
|
UnknownShadow200
|
538a6166d7
|
more use of enums for parameters
|
2018-10-14 14:22:46 +11:00 |
|
UnknownShadow200
|
035858134d
|
Simplify and document TexturePack.h, start rewriting String.c for pure C89
|
2018-10-14 08:25:33 +11:00 |
|
UnknownShadow200
|
74917845b0
|
Simplify streams slighty
|
2018-10-13 13:46:41 +11:00 |
|
UnknownShadow200
|
b0380c5994
|
C client: Fix immediately crashing in Release mode when compiled with MSVC
|
2018-10-12 20:28:59 +11:00 |
|
UnknownShadow200
|
3d511f7c89
|
C client: Minor code cleanup, start work on avoiding fopen for freetype
|
2018-10-12 19:25:00 +11:00 |
|
UnknownShadow200
|
c2c24075b1
|
Fix crashing when loading some .cw maps in C client
|
2018-10-12 19:01:22 +11:00 |
|
UnknownShadow200
|
8c91e51f32
|
C client: Fix clicking on hotbar in B menu not working. (Thanks Cheesse)
|
2018-10-12 14:50:32 +11:00 |
|
UnknownShadow200
|
3a4b10d60e
|
C client: Implement skipping in PortionStream. Reduces I/O reads of default.zip by 150
|
2018-10-11 21:08:33 +11:00 |
|
UnknownShadow200
|
0567fec114
|
Cleanup Camera.c (allows for more camers to be added)
|
2018-10-11 19:08:23 +11:00 |
|
UnknownShadow200
|
c3f0585ee8
|
More comments
|
2018-10-11 18:20:10 +11:00 |
|
UnknownShadow200
|
427532a98a
|
C client: Add some minimal documentation in some header files
|
2018-10-11 15:41:17 +11:00 |
|
UnknownShadow200
|
c8c22257e7
|
C client: Optimise screenshot saving with OpenGL
|
2018-10-10 20:27:58 +11:00 |
|
UnknownShadow200
|
8782d254ac
|
Combine OpenGLApi/Direct3D9Api
|
2018-10-10 20:01:44 +11:00 |
|
UnknownShadow200
|
0a29a21d07
|
C client: Simplify commands slightly
|
2018-10-10 13:16:00 +11:00 |
|
UnknownShadow200
|
7f4c2b12d5
|
Fix very long urls not opening
|
2018-10-10 09:50:04 +11:00 |
|
UnknownShadow200
|
c86db5a454
|
Fix upper 8 bits blocks array not being freed on new map, oops. Fix turning off 'use custom blocks' then rejoining crashing the game.
|
2018-10-09 19:26:43 +11:00 |
|
UnknownShadow200
|
9730242d87
|
Update C-client-notes.md
|
2018-10-09 15:31:35 +11:00 |
|
UnknownShadow200
|
512c05fca7
|
tidy up autorotate code
|
2018-10-09 14:46:09 +11:00 |
|
UnknownShadow200
|
c0813b28f5
|
Fix auto rotate being stuffed
|
2018-10-09 11:06:05 +11:00 |
|
UnknownShadow200
|
c434fe4c64
|
minor cleanup, zzzz
|
2018-10-09 00:15:43 +11:00 |
|
UnknownShadow200
|
b2dccae86e
|
remove some ugly == NULL
|
2018-10-08 23:57:47 +11:00 |
|
UnknownShadow200
|
911e77b725
|
Fix respawn/fly/noclip not working in classic / classic+hax mode, oooopsss.
|
2018-10-08 17:53:59 +11:00 |
|
UnknownShadow200
|
dc48fd9e6e
|
Fix launcher not compiling, oops
|
2018-10-08 12:30:09 +11:00 |
|
UnknownShadow200
|
0e031d3886
|
don't use arial as default system font name on linux
|
2018-10-07 23:33:16 +11:00 |
|
UnknownShadow200
|
4810b55461
|
drop ftfstype
|
2018-10-07 20:31:03 +11:00 |
|
UnknownShadow200
|
215fadcab1
|
Reduce memory usage of Soundboard
|
2018-10-07 18:35:44 +11:00 |
|
UnknownShadow200
|
43b44a5325
|
Int32/UInt32 -> int32_t/uint32_t
|
2018-10-07 17:24:31 +11:00 |
|
UnknownShadow200
|
b299b02d68
|
Better 'flying is disabled' message
|
2018-10-07 16:17:27 +11:00 |
|
UnknownShadow200
|
28e1a2378d
|
replace some usages of uint16/uint32 with just int
|
2018-10-07 15:03:30 +11:00 |
|
UnknownShadow200
|
f9eea60daf
|
UInt8 -> uint8_t
|
2018-10-07 14:25:06 +11:00 |
|
UnknownShadow200
|
bce3767cc5
|
int16/int64/uint64 -> int16_t/int64_t/uint64_t
|
2018-10-07 13:50:32 +11:00 |
|
UnknownShadow200
|
ad8f49c289
|
uint16 -> uint16_t
|
2018-10-07 13:35:31 +11:00 |
|
UnknownShadow200
|
66385a2ff6
|
and more
|
2018-10-07 12:39:27 +11:00 |
|
UnknownShadow200
|
0aed43d82d
|
Use int instead of Int32 in most places
|
2018-10-07 10:28:56 +11:00 |
|
UnknownShadow200
|
62ecad77ad
|
Move to using #ifdef instead of #if
|
2018-10-07 08:01:53 +11:00 |
|
UnknownShadow200
|
8287ecfeb6
|
Drop Type42 support
|
2018-10-06 20:54:51 +10:00 |
|
UnknownShadow200
|
509458ad1a
|
C client: Remove this useless bit of code from Platform_Init
(we don't need a hdc for drawing with gdi anymore)
|
2018-10-06 18:59:24 +10:00 |
|
UnknownShadow200
|
b84b166d88
|
C client: Now system fonts work on linux too
|
2018-10-06 18:41:35 +10:00 |
|
UnknownShadow200
|
bdc8ba1441
|
move stuff around
|
2018-10-06 17:55:10 +10:00 |
|
UnknownShadow200
|
e8048ded6b
|
C client: Implement underline for system fonts
|
2018-10-06 16:27:09 +10:00 |
|
UnknownShadow200
|
fb4281cc1b
|
drop more stuff
|
2018-10-06 13:45:09 +10:00 |
|
UnknownShadow200
|
cdd45b3259
|
C client: Now gets slightly further before crashing in release mode
|
2018-10-06 09:54:51 +10:00 |
|
UnknownShadow200
|
af821dacdf
|
C client: Make text look nicer
|
2018-10-05 22:46:42 +10:00 |
|
UnknownShadow200
|
c8362891e7
|
remove some files don't care about
|
2018-10-05 18:55:11 +10:00 |
|