RSS feed
09ba7616
– unknown <fabien@fabien-PC.(none)>
authored
on 2012/12/13 14:14
Cleaned up a.c from useless method and old code.
dd671e26
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/13 16:56
Fixed dummy sound system problem (faking playing a sound had to return FX_Ok instead of 1
0a411d3d
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/13 16:27
Fixed a 'few unit8_t instead of char' broken on MacOS Xwq from Windows
ff3cdf89
– unknown <fabien@fabien-PC.(none)>
authored
on 2012/12/13 12:43
Building and Running on Windows :) !
284ae8be
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/13 13:58
Redefined char to uint8_t: Crashing bug and Visual bug are now GONE git statusgit status
2de110a4
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/13 13:48
Removed 'signed char' for int8_t
7ffae16a
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/13 13:09
Removed int for int32_t.
d795e124
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/13 13:00
Completed removal of 'long' from Engine.
7c2fc914
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/13 12:22
Removed all 'long' and 'unsigned long' from a.c. Removed most x*^ assembly too.
9a478707
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/13 11:53
Removed 100+ Warning, mostly due to implicit type conversion.
e11e7cb4
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/12 23:47
Added comment for Visible Surface Determination
99f04725
– unknown <fabien@fabien-PC.(none)>
authored
on 2012/12/12 19:45
Added comment and Macro control in render routines (a.c)
655efea6
– unknown <fabien@fabien-PC.(none)>
authored
on 2012/12/12 19:25
Added .gitignore filters. Added comment in a.c
f6d4da99
– unknown <fabien@fabien-PC.(none)>
authored
on 2012/12/12 19:19
Build and run well on Windows
902ed018
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/12 21:36
Compile and run on MacOS X :)
62984ca1
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/12 09:04
Fixed issue with more win32 calls, the sound engine is missing now.
6b9299bd
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/12 08:30
Fixed Native timer issue (tentative to use SDL again)
c7e4c757
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/12 00:15
Started port to XCode and Mac OS
d99a7719
– Fabien Sanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/11 23:38
Create xcode project
8f77a7a9
– unknown <fabien@fabien-PC.(none)>
authored
on 2012/12/11 10:26
Fixed typo in README.md
865eec08
– unknown <fabien@fabien-PC.(none)>
authored
on 2012/12/11 10:25
Visual Studio 2005 solution is available in vs2005 folder
9e8c5274
– unknown <fabien@fabien-PC.(none)>
authored
on 2012/12/11 10:24
Converted Visual Studio to VS2012 (vs2005 still available)
8363dc8b
– unknown <fabien@fabien-PC.(none)>
authored
on 2012/12/11 10:13
Removed change log text (this is GIT metadata purpose)
624a44bf
– unknown <fabien@fabien-PC.(none)>
authored
on 2012/12/11 10:10
Added description of the project in README.md
ebe36c10
– unknown <fabien@fabien-PC.(none)>
authored
on 2012/12/11 10:05
Import of xDuke codebase.
90871363
– fabiensanglard <fabien.sanglard@gmail.com>
authored
on 2012/12/11 10:03
Initial commit