Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-29gitignore: add /buildBrian Heim
2020-06-17win64 zip archive files from other folders need directory strippedbbbradsmith
2020-01-04forgot to upload fileg0me3
2019-07-23Windows 64-bit build support (#66)Brad Smith
* correcting x64 configurations to actually use x64 defining NOMINMAX to fix std::max error * more preprocessor definitions for x64 * 64-bit libraries from the last published version of DXSDK with dinput * should define WIN64 as well? unfortunately seem to require retention of WIN32 * added an x64 build of luaperks.lib, this compiles links and runs now * relocate win32 luaperks.lib to src/drivers/win/lua/win32 and leave a note explaining it * luaperks.lib x64 needed to be /MT two more missing x64 libs debug x64 configuration was set to compile C++ as C? * importing the rest of the usable WIN32 preprocessor defines, debugger now functions! * revert unnecessary VS solution version change * 64-bit lua working (fixed the 64-bit build of luaperks.lib) * VSUIENTRY hashes are unsigned, not signed * more hashes that are actually unsigned * fix a few pointer to int casts in lua console * fix a few more pointer truncations in windows dialog stuff a few printf arguments need a cast to int * explicit size_t cast to quiet spurious warnings on an inline function
2018-06-20.gitignore missing newlineBrad Smith
2018-06-20Fix yscale out of bounds rounding error (#12)Chris Broome
* Fix rounding error causing yscale out of bounds * Ignore linux build output
2018-06-20ignore save RAM and savestate filesBrad Smith
2018-06-19fix some problem in the scmrev stuffzeromus
2018-06-02Ignores for VC10Brad Smith
2018-04-11gitignoreszeromus
2018-04-11gitignorezeromus
2018-04-11add build outputs to gitignorezeromus
2018-04-11start new gitignorezeromus
2018-04-09migration tidyingzeromus
2006-08-03Fix up my AUTHORS entry, remove another automake file, and add someradsaq
svn:ignores.
2006-07-18initial checkin of tasbuildzeromus
[[Split portion of a mixed commit.]]