761e1f6fe1
Reverted a CreateInstancedBaselines change due to a 31 character limit to enum symbols that causes a compiler warning (Real function that FM uses is called CreateInstancedBaselines and is different from CreateInstancedBaseline... So something should be done, but I'm not sure what yet)
Scott Ehlert2006-04-20 08:49:49 +00:00
a265189efa
Modified param names for touch native and forward to correct values... makes it more clear to someone looking at it
Scott Ehlert2006-04-17 22:29:18 +00:00
4101eea5e8
Oh dear, lots of changes: 1) Added get_orig_retval for retrieving the original return value of an engine function 2) Fixed engfunc being called with EngFunc_CheckVisibility so that it now works as intended 3) Hooks should now also work with FM_WalkMove, FM_TraceToss, FM_TraceMonsterHull, FM_TraceHull, FM_TraceModel, FM_TraceTexture, FM_TraceSphere, FM_GetBonePosition, FM_GetAttachment, FM_RunPlayerMove, FM_StaticDecal, FM_BuildSoundMsg and FM_CheckVisibility 4) Reformatted comments in some header files so they look a bit neater
Scott Ehlert2006-04-17 17:02:57 +00:00
b57c752b1c
Added get_orig_retval for retrieving the original return value of an engine function Reformatted comments in fakemeta include files so they look a bit neater
Scott Ehlert2006-04-17 16:59:37 +00:00
cb92e45712
Small design changes Added multi-account support to the local install functions (experimental!)
Christian Hammacher2006-04-16 00:25:49 +00:00
17d5e7f0ca
Renamed SUFFIX_x to BIN_SUFFIX_x because it more clearly shows the meaning of the variable :\
Scott Ehlert2006-04-12 16:00:12 +00:00
564a5484f7
Some changes to the makefile: 1) Fixed clean not removing amd64 binaries 2) Removed seemingly broken mmgr builds (just like MSVC now) 3) Added binlog options for creating BinLog binaries 4) Fixed amd64 build from dynamically linking to zlib
Scott Ehlert2006-04-12 15:42:18 +00:00
8a732c7e14
For some reason libz64.a was not recognized as a binary file in CVS. Hopefully fixed now.
Scott Ehlert2006-04-12 15:37:00 +00:00
a2082bac93
Don't include unnecessary headers when BINLOG_ENABLED isn't defined - whoa
Scott Ehlert2006-04-12 13:01:15 +00:00
3dacc60073
Minor MSVC Project Changes: 1) Automatically add "bl" to binary name on BinLog builds 2) Exclude binlog.cpp from non-BinLog builds
Scott Ehlert2006-04-12 12:56:58 +00:00
da6b71a677
Changed default caption of the documents tabbar Changed default theme to Xito
Christian Hammacher2006-04-10 18:25:54 +00:00
c9765e50c8
Replaced Documents tabbar (means two bugs are fixed now) Removed Projects tabbar and added a new item to the statusbar
Christian Hammacher2006-04-10 18:05:08 +00:00
cd7f15f112
Reverted one of my "fixes." Apparently this is intended functionality. Sorry :(
Scott Ehlert2006-04-10 16:13:02 +00:00
4fb001ce50
Whoa, whoa, whoa. Three "bugs" 1) Fixed tag mismatches with fprintf when not using Float, Sql, or Result (comma was missing :o) 2) Fixed unlink from taking more than one argument o_O 3) Fixed filesize from taking more than one argument o_O
Scott Ehlert2006-04-10 14:02:37 +00:00
e49365755d
MSVC8 Project File + SDK Update + Some Newline Fixes
Scott Ehlert2006-04-07 12:05:08 +00:00
dfcd83ffa3
Redefined some missing preprocessor macros that should have been present in the release build configs
Scott Ehlert2006-04-07 11:42:50 +00:00
8238741f39
MSVC8 Project File + SDK Update + Some Newline Fixes
Scott Ehlert2006-04-07 11:32:45 +00:00
a595557e2d
MSVC8 Project File + SDK Update Update to SQLite 3.3.5
Scott Ehlert2006-04-07 11:18:17 +00:00
9eb3cd1793
Readded libpcre 6.4 binary for x86 Linux module
Scott Ehlert2006-04-07 10:52:39 +00:00
2f6fe9fac4
MSVC8 Project Files + SDK Update Also updated to pcre 6.4 Added lib_linux64/pcrelib - should fix issue with module requiring libpcre as external dependency on AMD64
Scott Ehlert2006-04-07 10:51:09 +00:00
550c505813
Removed no longer supported DB modules from modules.ini :o
Scott Ehlert2006-04-06 13:14:45 +00:00
d50d6b0334
For some strange reason natives-amd64.o and libz.a were not valid files before and core would not compile on Linux. Now they should work.
Scott Ehlert2006-04-06 13:06:48 +00:00
ec51566abe
Remove cruft from MSVC 7.1 project files so that JITDebug, JITDebugBinLog, JITRelease, and JITReleaseBinLog are the only build configs
Scott Ehlert2006-04-06 12:14:59 +00:00