Commit Graph

18 Commits

Author SHA1 Message Date
Dagen Brock
1c4ed18142
Merge branch 'master' into ks-master 2019-05-11 10:15:23 -05:00
Kelvin Sherlock
a0e92cd1ff Merge branch 'mmu' 2019-03-08 00:52:48 -05:00
Kelvin Sherlock
731d5c3a5b GCC's documentation states that __LP64__ is defined if sizeof(void *) == 8 and sizeof(int) == 4. Well, under mingw64 that doesn't seem to be true. And it causes lots of warnings.
Anyhow, as of c99, stdint.h defines a type specifically for casting pointers to integers. It also defines fixed size types so no need to guess or sniff compilers.
2019-03-08 00:42:25 -05:00
Kelvin Sherlock
22e488df30 GCC's documentation states that __LP64__ is defined if sizeof(void *) == 8 and sizeof(int) == 4. Well, under mingw64 that doesn't seem to be true. And it causes lots of warnings.
Anyhow, as of c99, stdint.h defines a type specifically for casting pointers to integers. It also defines fixed size types so no need to guess or sniff compilers.
2019-02-18 12:38:15 -05:00
ksherlock
0e9cf9879b
use uintptr_t to cast ptr to int. 2019-02-18 10:56:43 -05:00
Kelvin Sherlock
dccb965631 eliminate overflow warnings when byteswapping. 2019-02-06 22:48:04 -05:00
Kelvin Sherlock
66f3971027 add debug flag register to engine. 2019-01-26 17:07:40 -05:00
Kelvin Sherlock
38e691562c use c99 stdint types. 2019-01-22 22:37:20 -05:00
Kelvin Sherlock
ce3bb3d642 add new menu lookup for ethernet interface. 2018-12-26 00:11:42 -05:00
Dagen Brock
65f280569c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
Dagen Brock
47b837e34c Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
Dagen Brock
3a6d272a50 copyright cleanup (and fix a copy-pasta) 2018-03-02 10:48:45 -06:00
Dagen Brock
18dbd6af31 new cli options 2018-02-27 06:56:45 -06:00
Dagen Brock
2beff689d0 minor additions 2016-10-19 12:04:01 -05:00
Dagen Brock
7f14207be3 branding update - minor cleanup 2016-04-27 21:58:38 -05:00
Dagen Brock
d9dde67041 uhm 2016-02-07 23:01:25 -06:00
Dagen Brock
06f32df824 update name and copyright 2016-02-04 00:37:39 -06:00
Dagen Brock
c3c2db5eb5 initial commit 2015-11-05 14:23:46 -06:00