3307 Commits

Author SHA1 Message Date
Goodlyay
3b24617c62 Fix skybox being mirrored in-game vs .png 2018-08-02 20:08:37 -07:00
UnknownShadow200
f904c054f5 make window public 2018-08-02 20:33:08 +10:00
UnknownShadow200
cdb45aff12 Fix not being able to look straight up or down with camera 2018-08-02 20:00:26 +10:00
UnknownShadow200
51820d1c4c stuff 2018-08-02 19:22:05 +10:00
UnknownShadow200
969bc1b0f2 fix output audio not being quite right 2018-08-02 02:01:05 +10:00
UnknownShadow200
a42db45df1 make imdct actually run in a reasonable time 2018-08-02 01:59:04 +10:00
UnknownShadow200
42a99951eb Fix sitting model crashing 2018-08-02 00:32:31 +10:00
UnknownShadow200
967505a469 now decodes at far, far slower than realtime 2018-08-01 04:07:46 +10:00
UnknownShadow200
c0a8e0a132 now decodes 3 frames before crashing 2018-08-01 02:44:53 +10:00
UnknownShadow200
6b366f58d2 fix more bugs, take 2 2018-08-01 00:56:22 +10:00
UnknownShadow200
9f35bb66ed fix a bunch of decoding errors 2018-07-31 23:40:56 +10:00
UnknownShadow200
51fa090003 fix ilog 2018-07-31 22:57:59 +10:00
UnknownShadow200
91e707f03b C client should't reject inf tex terrain.png 2018-07-31 21:57:40 +10:00
UnknownShadow200
915781c7ca 64x64 default and custom mob textures now work 2018-07-31 21:27:10 +10:00
UnknownShadow200
7ffef1b67a fix last commit with 64x64 skins 2018-07-31 20:29:50 +10:00
UnknownShadow200
0f2327ea8a give zombie/skeleton/chibi model proper arms. other models no longer show an arm. 2018-07-31 20:23:04 +10:00
UnknownShadow200
4832e7d37c minorly simplify modelcache in C client 2018-07-31 17:59:36 +10:00
UnknownShadow200
6c45c8df9e fix divide by zero in vorbis decode 2018-07-31 17:06:01 +10:00
UnknownShadow200
0a4b510811 work on decoding vorbis residue 2018-07-31 05:41:10 +10:00
UnknownShadow200
9365f66ebc now actually synthesis floor for vorbis 2018-07-31 01:31:26 +10:00
UnknownShadow200
ae764cf2be more WIP with vorbis 2018-07-30 21:13:01 +10:00
UnknownShadow200
12a823cc8e fixed huffman code assigning to not crash, probably still wrong though. 2018-07-29 15:50:24 +10:00
UnknownShadow200
d8ba673e1e Fix compile errors. attempt #2 at building huffman tree. 2018-07-29 15:32:01 +10:00
UnknownShadow200
7e9b6a8dd9 WIP vorbis frame decoding 2018-07-29 14:23:44 +10:00
UnknownShadow200
c481aa32f6 headers now decode properly 2018-07-28 15:42:02 +10:00
UnknownShadow200
098136160e now get up to setup header before dying 2018-07-28 06:08:39 +10:00
UnknownShadow200
6cdc32f574 initial work on vorbis decoding in C client. expect many bugs. 2018-07-28 05:08:27 +10:00
UnknownShadow200
6ec52599b5 Fix C client not compiling, again 2018-07-27 20:06:37 +10:00
UnknownShadow200
9869fbfde5 fix C client not compiling on linux (oops) 2018-07-27 01:02:41 +10:00
UnknownShadow200
4fcd1d9c2b fix last commit 2018-07-26 03:22:34 +10:00
UnknownShadow200
a50c40f500 Allow using F5 to toggle rain in classic mode 2018-07-26 03:16:56 +10:00
UnknownShadow200
8e3f7d8162 Optimise PNG row expanders by not passing bits-per-pixel parameter 2018-07-25 12:55:25 +10:00
UnknownShadow200
64b1b5b904 bunch of minor style tidy up 2018-07-24 23:43:31 +10:00
UnknownShadow200
b44b169c71 provide separate function for allocating zeroed memory for C client 2018-07-24 22:46:13 +10:00
UnknownShadow200
0eb88b846b Underline works in C client now too 2018-07-24 21:53:19 +10:00
UnknownShadow200
b5f010f0bb fix for sure this time 2018-07-24 19:26:15 +10:00
UnknownShadow200
695cd9ab52 fix infinite loop 2018-07-24 19:13:01 +10:00
UnknownShadow200
22cd5dc64a Get URLs working 2018-07-24 18:43:12 +10:00
UnknownShadow200
29c81f5a5e fix urls more 2018-07-24 18:07:38 +10:00
UnknownShadow200
fe595a62c9 fix opening .sln file forcing you to upgrade it 2018-07-24 15:46:04 +10:00
UnknownShadow200
ee0e3dac02 Fix immediate crashing 2018-07-24 15:39:00 +10:00
UnknownShadow200
704dcebc46 Evil hack to fix InteropPatcher sometimes returning an error 2018-07-24 14:45:09 +10:00
UnknownShadow200
e763e174a5 Initial URL rewrite (broken currently) 2018-07-24 14:41:42 +10:00
UnknownShadow200
c68208907c simplify menus a bit further 2018-07-24 02:26:10 +10:00
UnknownShadow200
78d99c05c1 simplify menus code in C client 2018-07-24 01:39:31 +10:00
UnknownShadow200
5e8c1900fc Font menu should auto start at currently selected font 2018-07-23 22:28:08 +10:00
UnknownShadow200
28d1d81821 Simplify DisplayDevice, initial work on System Fonts menu 2018-07-23 19:04:08 +10:00
UnknownShadow200
53aaf4009c fix scroll in menus being backwards 2018-07-23 14:44:31 +10:00
UnknownShadow200
dc98bd64be List menus show page number, fixes #411 2018-07-23 03:14:06 +10:00
UnknownShadow200
90f15bc994 Allow using mouse wheel to scroll through hotkeys/texture packs/levels list 2018-07-23 02:32:04 +10:00