|
82a739a95e
|
register_plugin returns id
|
2006-04-17 12:57:52 +00:00 |
|
|
a5df31570e
|
added request at28068 (split log files)
fixed all native debug errors in core
|
2006-04-13 16:29:01 +00:00 |
|
|
17d5e7f0ca
|
Renamed SUFFIX_x to BIN_SUFFIX_x because it more clearly shows the meaning of the variable :\
|
2006-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
|
2006-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.
|
2006-04-12 15:37:00 +00:00 |
|
|
998208ef20
|
*** empty log message ***
|
2006-04-12 15:36:07 +00:00 |
|
|
a2082bac93
|
Don't include unnecessary headers when BINLOG_ENABLED isn't defined - whoa
|
2006-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
|
2006-04-12 12:56:58 +00:00 |
|
|
9ef9e3755a
|
Fixed bug at28087
|
2006-04-11 06:34:17 +00:00 |
|
|
795e23dd09
|
natives-amd64.o fixed?
|
2006-04-07 07:18:52 +00:00 |
|
|
93ff6d5c67
|
*** empty log message ***
|
2006-04-07 07:18:23 +00:00 |
|
|
0dc594f5e1
|
Weirdness in libz.a hopefully fixed?
|
2006-04-07 07:14:56 +00:00 |
|
|
fad03b546a
|
*** empty log message ***
|
2006-04-07 07:14:15 +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.
|
2006-04-06 13:06:48 +00:00 |
|
|
f2d21c410b
|
MSVC8/VS2005 Compiling Fixes - 0 errors, 0 warnings. Hurray!
|
2006-04-06 12:56:45 +00:00 |
|
|
ec51566abe
|
Remove cruft from MSVC 7.1 project files so that JITDebug, JITDebugBinLog, JITRelease, and JITReleaseBinLog are the only build configs
|
2006-04-06 12:14:59 +00:00 |
|
|
10a935790c
|
a clean yam is a happy yam.
|
2006-03-31 21:59:52 +00:00 |
|
|
68208d73d7
|
made sure vars are reset
|
2006-03-30 20:45:22 +00:00 |
|
|
b57367dd30
|
abort() now cancels a callfunc
|
2006-03-30 20:42:11 +00:00 |
|
|
deccf7816c
|
added rmdir()
|
2006-03-30 00:48:58 +00:00 |
|
|
94c449936d
|
added getc,ungetc,putc
|
2006-03-29 22:56:18 +00:00 |
|
|
89c58265aa
|
page numbering does not appear with no pages
|
2006-03-29 22:48:45 +00:00 |
|
|
3783e34a70
|
Fixed a bug where handlers wouldn't work if they were in the 0th slot
|
2006-03-29 22:42:03 +00:00 |
|
|
414ecdfffa
|
fixed crash when creating a new binlog file
|
2006-03-24 19:29:49 +00:00 |
|
|
17bbc37638
|
fixed binlog max size name
|
2006-03-23 10:11:09 +00:00 |
|
|
ccb3b4fbb3
|
experimental fix for improving hud sync
|
2006-03-20 01:03:30 +00:00 |
|
|
83bf0d7b2a
|
~(, ,)o <-- turtle
|
2006-03-19 21:52:25 +00:00 |
|
|
f55a8c54cc
|
binlog reader no longer logs plugin database in a separate file
|
2006-03-19 21:41:11 +00:00 |
|
|
d84ef62e6c
|
little optimization from PM
|
2006-03-19 20:39:25 +00:00 |
|
|
b5e8bc9ec1
|
fixed bug at26868
|
2006-03-19 20:14:24 +00:00 |
|
|
ccaa4434ad
|
committed new language code
|
2006-03-19 19:26:29 +00:00 |
|
|
555ac1c7f3
|
fixed corrupt file loads smashing the stack
added compile of support code
|
2006-03-18 22:10:05 +00:00 |
|
|
b9788b7e1b
|
*** empty log message ***
|
2006-03-18 21:38:28 +00:00 |
|
|
c6e332a0f5
|
linux+amd64 compat
|
2006-03-18 20:59:38 +00:00 |
|
|
a1956bc83b
|
added cpuid helper func
|
2006-03-18 08:56:58 +00:00 |
|
|
ff61158491
|
fix for binary db not being created on maxsize overflow
|
2006-03-17 23:29:33 +00:00 |
|
|
2c5520cad0
|
added optimization tweaker
added binary log maxsize support
|
2006-03-17 22:50:13 +00:00 |
|
|
e067a980be
|
implemented a lot more binary opcodes
bumped versions
|
2006-03-16 06:36:01 +00:00 |
|
|
7e97156fc4
|
added arrayset native
|
2006-03-16 00:13:13 +00:00 |
|
|
3699796bc6
|
finalized file format
added register op (working)
added msvc8 stuff (4better || 4worse)
|
2006-03-15 13:43:06 +00:00 |
|
|
adc2a7d169
|
initial import of binary logger support code
|
2006-03-14 19:36:18 +00:00 |
|
|
522511d059
|
implemented menu_cancel
|
2006-03-14 17:49:29 +00:00 |
|
|
7dae023a98
|
fixed bug at26580
|
2006-03-14 10:01:35 +00:00 |
|
|
76c216d07e
|
added request at26533 (Brad)
|
2006-03-13 22:43:55 +00:00 |
|
|
2e0dcb860a
|
fixed dynamic ExecuteForward not returning a valid result and patching the forward id
|
2006-03-10 19:04:04 +00:00 |
|
|
6c6389ba65
|
oh, last credits bit. wee <-- gaben?
|
2006-03-04 08:52:08 +00:00 |
|
|
0898418cf3
|
what... oh
|
2006-03-04 08:40:27 +00:00 |
|
|
a3142a520f
|
bumped versSIIOOON
|
2006-03-04 06:48:44 +00:00 |
|
|
2d6c06b82f
|
fixed fclose bug (NiLuJe)
|
2006-03-01 20:59:08 +00:00 |
|
|
19b5835ae4
|
added ClearSyncHud()
|
2006-03-01 02:20:44 +00:00 |
|