Commit Graph

334 Commits

Author SHA1 Message Date
twinaphex
0e980a38d1 d_deh.c - silence warnings 2016-02-23 15:41:38 +01:00
twinaphex
3ff5360b09 Silence more warnings 2016-02-23 15:38:38 +01:00
twinaphex
b8f4028850 Silence warnings 2016-02-23 13:12:09 +01:00
twinaphex
5a6ec36865 Use straight Z_Malloc 2016-02-23 13:06:56 +01:00
twinaphex
4bc8705f0d Silence warnings 2016-02-23 13:04:41 +01:00
twinaphex
65a83d0d51 Silence warning 2016-02-23 12:57:44 +01:00
twinaphex
3056e03bb0 silence a bunch of warnings 2016-02-23 12:56:05 +01:00
twinaphex
d757a1c5ba FixedMod - minor cleanup 2016-02-23 12:42:43 +01:00
twinaphex
213c16b763 Don't use custom 64bit types anymore 2016-02-23 12:41:02 +01:00
twinaphex
fc691119d5 use uint8_t directly 2016-02-23 12:28:42 +01:00
twinaphex
1e391e6fb8 use uint8_t instead of byte 2016-02-23 12:17:16 +01:00
twinaphex
be995ddc34 Prevent more warnings 2016-02-23 12:12:31 +01:00
twinaphex
4e2bdcbec6 Silence more warnings 2016-02-23 11:57:22 +01:00
twinaphex
88c46e2389 Get rid of unnused variables byte_tempbuf and int_tempbuf 2016-02-23 11:42:26 +01:00
twinaphex
236f952d6c wi_stuff.c - silence warnings 2016-02-23 11:40:49 +01:00
twinaphex
8e8d1f1452 Silence bunch of warnings 2016-02-23 11:28:36 +01:00
twinaphex
53ad016a92 Silence warnings 2016-02-23 11:20:04 +01:00
twinaphex
ad69a6ed8b silence warning 2016-02-23 11:13:21 +01:00
twinaphex
176e28d7c8 silence some warnings 2016-02-23 11:12:29 +01:00
twinaphex
78cfc7e8a3 Cleanups 2016-02-23 10:57:49 +01:00
twinaphex
5c1184469c Cleanups 2016-02-23 10:50:12 +01:00
twinaphex
9b589837ee Cleanups 2016-02-23 10:44:12 +01:00
twinaphex
cfb983c14b V_DrawLine - cleanups 2016-02-23 10:40:10 +01:00
twinaphex
bff835a663 V_FillRect - use memset 2016-02-23 10:36:04 +01:00
twinaphex
293cd983ae Cleanups 2016-02-15 07:33:07 +01:00
twinaphex
16469685bf Move some code around to better match original codebase 2016-02-15 07:28:45 +01:00
twinaphex
cd5a440cb7 Backport 7d3a17a666 2016-02-15 06:19:14 +01:00
twinaphex
b95d31a8ed Implement shutdown properly 2016-02-15 04:16:13 +01:00
twinaphex
4bc57526ed Add prboom.wad 2016-02-05 16:55:32 +01:00
twinaphex
98cf3a018d Add prefix 2016-02-05 16:54:48 +01:00
twinaphex
1eb36610e5 Add STATIC_LINKING support 2016-02-05 16:06:57 +01:00
twinaphex
90ad0db331 (Android) Buildfix 2015-11-18 13:33:11 +01:00
twinaphex
379b741c9d Cleanups 2015-11-18 10:49:56 +01:00
twinaphex
73e4b5c2a4 Cleanups 2015-11-18 10:18:26 +01:00
twinaphex
3148654a19 Cleanups 2015-11-18 10:12:51 +01:00
twinaphex
5014985e71 Cleanups 2015-11-18 10:06:19 +01:00
twinaphex
5e6a01190a Remove version.c 2015-11-18 09:57:17 +01:00
twinaphex
c2fc4560c1 Cleanups 2015-11-18 09:52:36 +01:00
twinaphex
8bd5bf9ba8 (r_data.c) Cleanups 2015-11-18 09:20:23 +01:00
twinaphex
846edf8fae More cleanups and reverting to original source 2015-11-18 09:08:15 +01:00
twinaphex
8666d66e09 R_PointToAngle2 was turned into a bit of a mess in the source ports
- original was more sane so revert to that
2015-11-18 08:58:22 +01:00
twinaphex
689b451c8f Start cleaning up source - make it more like Doom Jaguar-era codebase 2015-11-18 08:42:35 +01:00
twinaphex
d34af3ffa4 Change jni dir 2015-11-09 03:53:42 +01:00
twinaphex
699b330852 z_zone.c - use byte instead of char 2015-11-03 23:56:21 +01:00
twinaphex
7d89f311b8 Take out some unnecessary defines 2015-11-03 22:05:59 +01:00
twinaphex
4c14125a25 Get rid of SIZEOF_LONG 2015-11-03 21:59:05 +01:00
twinaphex
69d68d31bc No longer needs libmath 2015-11-03 21:40:04 +01:00
twinaphex
5ed5eb61bb Simplify R_PointToAngle 2015-11-03 21:28:13 +01:00
twinaphex
21e6b79cc3 R_PointToAngle - Don't depend on atan2 2015-11-03 21:21:49 +01:00
twinaphex
576905f6ea Use custom sqrt to lessen dependencies on libmath 2015-11-03 20:57:34 +01:00