4054 Commits

Author SHA1 Message Date
UnknownShadow200
9c67b48372 Now resizing works 2018-12-08 13:15:24 +11:00
UnknownShadow200
31864f17f2 now actually get the code to compile 2018-12-07 22:16:21 +11:00
UnknownShadow200
fe36d72786 finish json parser 2018-12-07 20:46:04 +11:00
UnknownShadow200
35b6fadc95 Fix more crashes and start working on JSON port 2018-12-07 18:24:00 +11:00
UnknownShadow200
eb1e69b86b fix some crashes 2018-12-07 15:39:52 +11:00
UnknownShadow200
48cafedff0 Add updater script 2018-12-07 13:56:06 +11:00
UnknownShadow200
6669d87cc1 Some minor changes to force a rebuild 2018-12-07 13:29:40 +11:00
UnknownShadow200
32fffb895d fix compile errors in launcher 2018-12-07 11:19:09 +11:00
UnknownShadow200
8066a76858 Allow holding down tab in Launcher 2018-12-06 20:55:09 +11:00
UnknownShadow200
397f0f872a Fix old default.png getting used when changing texture pack 2018-12-05 18:18:05 +11:00
UnknownShadow200
7482123873 only alpha 0 should be used for measuring default.png character widths, not alpha < 127 2018-12-04 23:05:28 +11:00
UnknownShadow200
d4527c2363 fix launcher showing .98 still 2018-12-04 20:10:43 +11:00
UnknownShadow200
e2035f3ae5 Release 0.99.9.99 0.99.9.99 2018-12-03 19:36:50 +11:00
UnknownShadow200
1d04d00752 fix compile errors 2018-12-03 00:11:53 +11:00
UnknownShadow200
40cadd9316 Fix /client model being broken 2018-12-02 23:52:28 +11:00
UnknownShadow200
1513a20cd3 mark TrimStart and TrimEnd functions as unsafe, start porting launcher input widget 2018-12-02 15:43:53 +11:00
UnknownShadow200
c735fa69af fix accepted textures list being broken from yesterday's commit 2018-12-02 12:06:45 +11:00
UnknownShadow200
4c019f900a Show 0.30 version when in classic mode 2018-12-02 03:55:58 +11:00
UnknownShadow200
a3b8cd48c2 Fix crash if opening audio device fails, more work on porting launcher to C 2018-12-02 02:48:28 +11:00
UnknownShadow200
55a5008913 Start porting Launcher to C 2018-12-01 14:48:44 +11:00
UnknownShadow200
da93962ec6 move Block_RecalculateAllSpriteBB out of TexturePack.c 2018-11-30 20:40:08 +11:00
UnknownShadow200
3ae356beba Reorganise texture pack/terrain atlas/animations files 2018-11-30 17:02:45 +11:00
UnknownShadow200
b888213adc make chat api a bit cleaner 2018-11-30 14:44:36 +11:00
UnknownShadow200
1ebdf30211 add raw window setting pixels functions for all platforms 2018-11-29 20:37:08 +11:00
UnknownShadow200
9af457d63f Fix crash when your model is a block and you are holding air in inventory 2018-11-29 17:49:55 +11:00
UnknownShadow200
69770cf93a rebuild 2018-11-29 01:46:54 +11:00
UnknownShadow200
39d9e40b68 Port some drawing functions from launcher 2018-11-29 00:11:16 +11:00
UnknownShadow200
bb234460b2 Fix stuffed rendering of black/white system fonts 2018-11-28 03:08:26 +11:00
UnknownShadow200
c1d4e67fa0 cache font name/path for system fonts 2018-11-28 02:03:01 +11:00
UnknownShadow200
6b8d5db100 fix missing extern 2018-11-27 21:32:12 +11:00
UnknownShadow200
718aa1b3d1 Move dialog to Window, simplify Options/EntryList 2018-11-27 21:13:54 +11:00
UnknownShadow200
04c3683ba1 Fix game being stuffed after getting disconnected 2018-11-27 18:36:57 +11:00
UnknownShadow200
0ace7afa1e make variables extern 2018-11-26 22:47:41 +11:00
UnknownShadow200
b2a6fd87ec Fix some texture leaks on game exit 2018-11-26 21:06:41 +11:00
UnknownShadow200
b11d5185e8 Fix crash on context lost (am silly) 2018-11-26 19:01:30 +11:00
UnknownShadow200
41f68cc323 More usage of components 2018-11-26 18:32:18 +11:00
UnknownShadow200
7e63dea2cd don't hardcode max number of components 2018-11-25 20:37:18 +11:00
UnknownShadow200
6a03660fb2 Don't crash on too large skins 2018-11-25 15:31:40 +11:00
UnknownShadow200
4205775f38 fix some osx compile issues 2018-11-25 15:02:13 +11:00
UnknownShadow200
9979ecf3b9 rebuild 0.99.9.98 2018-11-25 07:29:24 +11:00
UnknownShadow200
8865263910 Release 0.99.9.98 to fix classic+hax mode 2018-11-25 07:05:00 +11:00
UnknownShadow200
0d7ae92c7c Fix ? when unsupported chars from pasting clipboard on linux 2018-11-25 03:49:54 +11:00
UnknownShadow200
2edbc6ea1f Add Platform_StartProcess to API 2018-11-25 02:28:24 +11:00
UnknownShadow200
67d4e33fa8 Simplify Gfx matrices 2018-11-24 12:01:32 +11:00
UnknownShadow200
cd2d70bd8c Combine Graphics/GraphicsCommon 2018-11-24 11:45:02 +11:00
UnknownShadow200
5fbd10b331 Combine ChunkUpdater and MapRenderer 2018-11-23 22:51:26 +11:00
UnknownShadow200
989a504cf6 make enum naming more consistent 2018-11-23 20:20:26 +11:00
UnknownShadow200
19d8a2e45a Combine some files 2018-11-23 16:14:06 +11:00
UnknownShadow200
c5e5cb3b2b Make models/textures list a linked list, instead of hardcoding fixed maximum number. 2018-11-23 13:59:11 +11:00
UnknownShadow200
9bbcdb2e68 more c90 2018-11-23 01:59:12 +11:00