David Anderson
2822bf7a65
Eliminate InfoVars::cip (bug 5844 part 7, r=ds).
2013-08-12 00:22:54 +01:00
David Anderson
87ccd272ee
Eliminate InfoVars::rval (bug 5844 part 6, r=ds).
2013-08-12 00:22:41 +01:00
David Anderson
18275ce2c9
Remove InfoVars::ctx (bug 5844 part 5, r=fyren).
2013-08-11 11:33:47 -07:00
David Anderson
5935070dfa
Remove InfoVars::memory (bug 5844 part 4, r=ds).
2013-08-11 11:33:29 -07:00
David Anderson
8391c83121
Remove InfoVars::stp (bug 5844 part 3, r=fyren).
2013-08-11 11:31:55 -07:00
David Anderson
4255ee105f
Remove InfoVars::data_size (bug 5844 part 2, r=ds).
2013-08-11 11:31:24 -07:00
David Anderson
e3c45bd1f7
Clean up INFO register structure (bug 5844 part 1, r=ds).
2013-08-11 11:30:27 -07:00
David Anderson
449617474b
Statically align the stack at function boundaries (bug 5842, r=ds).
2013-08-11 11:27:19 -07:00
David Anderson
ce542ac5f6
Move tracker related opcodes entirely to C++.
...
The tracker related opcodes:
GENARRAY
GENARRAY_Z
TRACKER_POP_SETHEAP
TRACKER_PUSH_C
All contain some vastly overcomplicated assembly containing logic that could
be implemented much easier in C++. If it were a performance concern, these
opcodes would be entirely in C++, but most of them call out to one or more
routines to do additional work. This patch just moves most of the logic out
to C++ to reduce complexity and fix reported bugs.
--HG--
extra : rebase_source : 1397056ac3ca3efb969e66ec577e2b33ca725e1a
2013-08-10 21:23:02 -07:00
David Anderson
70952282f0
More Windows build fix.
2013-08-08 22:02:42 -07:00
David Anderson
f031ad23f6
Fix Windows build (require stdint.h i.e. MSVC 2010+).
2013-08-08 20:21:37 -07:00
David Anderson
6cb67a19e7
Checkin missing chunks from bug 5680 (ref bug 5691).
2013-03-31 22:03:57 -07:00
David Anderson
9b5ca124ab
Don't allocate/delete across static CRTs (no bug, irc r=fyren+psychonic).
2013-03-31 13:30:22 -07:00
David Anderson
4a0a509dd8
Fix typo in ExtensionSys::LoadAutoExtension (no bug, r=me).
2013-03-31 09:50:46 -07:00
David Anderson
6f2184901d
Fix Mac build.
2013-03-29 13:10:51 -07:00
David Anderson
201e5e59da
Fix build, again.
...
--HG--
extra : rebase_source : 8b1fb4f11f51c6b3bc63eb2e3e20467619d93a9a
2013-03-29 13:06:12 -07:00
David Anderson
4191856034
Fix protobuf builds.
2013-03-29 12:35:56 -07:00
David Anderson
97f7b4f59f
Fix build.
2013-03-29 12:19:41 -07:00
David Anderson
ea441b3d70
Fix build.
2013-03-29 11:47:40 -07:00
David Anderson
045ee262a8
Move scared guts of core into logic (bug 5680, r=fyren).
...
--HG--
rename : core/ExtensionSys.cpp => core/logic/ExtensionSys.cpp
rename : core/ExtensionSys.h => core/logic/ExtensionSys.h
rename : core/HandleSys.cpp => core/logic/HandleSys.cpp
rename : core/HandleSys.h => core/logic/HandleSys.h
rename : core/NativeInvoker.cpp => core/logic/NativeInvoker.cpp
rename : core/NativeInvoker.h => core/logic/NativeInvoker.h
rename : core/NativeOwner.cpp => core/logic/NativeOwner.cpp
rename : core/NativeOwner.h => core/logic/NativeOwner.h
rename : core/PluginSys.cpp => core/logic/PluginSys.cpp
rename : core/PluginSys.h => core/logic/PluginSys.h
rename : core/ShareSys.cpp => core/logic/ShareSys.cpp
rename : core/ShareSys.h => core/logic/ShareSys.h
rename : core/smn_fakenatives.cpp => core/logic/smn_fakenatives.cpp
rename : core/logic/AutoHandleRooter.h => public/AutoHandleRooter.h
2013-03-29 11:37:29 -07:00
David Anderson
f5e1ff3f1f
Fix more build bustage.
2013-02-16 17:28:17 -08:00
David Anderson
3fda82b5f8
Fix build bustage.
2013-02-16 17:01:53 -08:00
David Anderson
822a4896da
Fix build bustage.
2013-02-16 16:50:47 -08:00
David Anderson
7f2bf03d7e
Trigger an build.
2013-02-16 16:45:54 -08:00
David Anderson
1e8a6e878d
Move DebugReporter from core to logic (bug 5607, r=psychonic).
...
--HG--
rename : core/DebugReporter.cpp => core/logic/DebugReporter.cpp
rename : core/DebugReporter.h => core/logic/DebugReporter.h
2013-02-16 15:57:00 -08:00
David Anderson
5f0a55057e
Move filesystem natives from Core to Logic (bug 5606, r=psychonic).
...
--HG--
rename : core/smn_filesystem.cpp => core/logic/smn_filesystem.cpp
2013-02-16 15:52:11 -08:00
David Anderson
7814acb9f8
Remove plugin_settings.cfg and supporting code (bug 5605, r=psychonic).
...
--HG--
extra : rebase_source : 66d0ba0ddb5c649e7f72d96bdf3629e563522ae9
2013-02-16 15:15:22 -08:00
David Anderson
666703e8cf
Trigger build.
2013-02-10 21:43:07 -08:00
David Anderson
52cd52ca54
Bump version to 1.6.0.
2013-02-10 21:10:25 -08:00
David Anderson
5aacf886e1
Call OnPluginEnd before finalizer hooks have run (bug 4519, r=fyren).
2012-12-14 15:05:18 -05:00
David Anderson
b52f696d49
Push build.
2012-08-04 13:53:51 -07:00
David Anderson
983e37a0be
Upgrade the Windows python version for debugging.
2012-08-04 13:26:52 -07:00
David Anderson
1e57376cc7
Fix bug in lower-casing API guarantee (r=fyren).
...
--HG--
extra : rebase_source : aa591e06a6dcf13b8964c893240ab56436a1efd3
2012-04-13 16:50:44 -07:00
David Anderson
2c06bb46ea
Pushing build.
2011-10-27 23:18:43 -07:00
David Anderson
3c3bfff0cf
Pushing build.
2011-10-27 23:15:55 -07:00
David Anderson
a86f6d0e64
Bump major version!
2011-10-27 22:10:46 -07:00
David Anderson
5ec70c9e0d
Fixed shutdown bug in SDKTools (created EntOutputMgr shutdown func) (bug 5063, r=fyren).
2011-10-17 10:47:13 -04:00
David Anderson
c01101dbd0
Fix build.
2011-07-24 19:44:15 -07:00
David Anderson
bb48a16466
Fix compiler creating bogus arrays when missing a dimension (bug 4902, r=fyren).
2011-07-06 17:56:40 -04:00
David Anderson
a02ff01d84
Prevent declaring arrays that the compiler is too buggy to handle (bug 4977, r=fyren).
2011-07-06 17:56:03 -04:00
David Anderson
66d27d6ac5
Fix return omission with else-after-return (bug 4852, r=fyren).
2011-07-06 17:55:14 -04:00
David Anderson
053b522aff
Fixed some vars not being marked for init on first compile pass (bug 4643, r=fyren).
2011-07-06 17:50:26 -04:00
David Anderson
75121588c4
Clobber
2011-07-04 15:33:11 -07:00
David Anderson
6c68082359
Fix crash when dynamic arrays run out of memory (bug 4632, r=fyren).
2011-07-04 01:57:19 -07:00
David Anderson
a752d220cc
Use active, not passive FTP.
2011-06-29 16:05:18 -07:00
David Anderson
177cc87985
Doc improvement.
2011-06-25 15:31:11 -07:00
David Anderson
3e387f35e9
Updated credits.
2011-06-25 15:26:09 -07:00
David Anderson
859678536f
Fixed crash on plugin unload when two cmds exist with same name, different casing (bug 4698, r=Fyren).
2011-06-20 13:30:14 -04:00
David Anderson
5b45e29533
Move profile natives to logic, add linux support (bug 4927, r=ds).
2011-05-22 02:04:34 -07:00
David Anderson
3c59621425
Backed out changeset d6853d8d39fd
2011-04-15 10:59:10 -07:00
David Anderson
a37e2ab26a
Fix bug where globals can be assigned invalid memory (bug 4643, r=ds).
2011-04-15 10:50:09 -07:00
David Anderson
935a8d36da
Triggering build.
2011-04-09 18:18:59 -07:00
David Anderson
6930046bc6
Triggering build.
2011-04-07 04:16:38 -05:00
David Anderson
174cbfe3b9
Triggering build.
2011-04-07 04:13:54 -05:00
David Anderson
611c7633cf
Triggering build.
2011-04-07 04:05:00 -05:00
David Anderson
822d4269c4
Pushing build.
2011-04-07 04:04:02 -05:00
David Anderson
8fd16efc33
Triggering build.
2011-04-07 03:58:20 -05:00
David Anderson
c05f6b7bf3
Trigger build.
2011-03-22 21:45:20 -07:00
David Anderson
e16efbf58b
Upgraded symstore.
2011-03-12 23:01:29 -08:00
David Anderson
b1ef86de75
Follow-up fixes to database conf reading (bug 4286, r=fyren).
2010-10-16 22:27:34 -07:00
David Anderson
e76a73e276
Fixed Windows build fo' realz.
2010-07-11 18:06:06 -07:00
David Anderson
ccf0490624
Windows build fix.
2010-07-11 17:45:35 -07:00
David Anderson
fe2721e04e
Merge.
2010-07-11 17:33:09 -07:00
David Anderson
fdd1a9afef
Use hash table for global name lookups (bug 4496, r=fyren).
2010-07-11 17:32:46 -07:00
David Anderson
651dfb796c
Merge.
2010-07-02 18:17:16 -07:00
David Anderson
4f2fc17a8f
Fixed staging buffers reallocating on every operation (bug 3820, r=fyren+fyren).
2010-07-02 18:16:50 -07:00
David Anderson
7bc019547f
Fixed O(n) insertion of debug strings (bug 4495, r=fyren).
2010-07-02 18:16:15 -07:00
David Anderson
f8c2629a3e
Fixed O(n^2) generation of debug info tables (bug 4493, r=fyren).
2010-07-02 18:15:59 -07:00
David Anderson
b5b4bff2fc
Fixed bogus assert in callfunction (bug 4487, r=fyren).
2010-07-02 18:15:21 -07:00
David Anderson
7054b92a14
Fixed bogus assert about name lengths (bug 4486, r=fyren).
2010-07-02 18:12:31 -07:00
David Anderson
f439cad46c
Removed code now dead from CS:S Orange Box move (bug 4399, r=ds).
2010-06-23 23:35:28 -07:00
David Anderson
97ab5dd1b5
Fixed switch case comparisons failing with large numbers (bug 4457, r=pred).
2010-06-13 20:26:58 -07:00
David Anderson
60226d9195
Fixed windows build.
2010-05-15 13:01:23 -07:00
David Anderson
64455b9852
Moved gameconf code from core to logic (bug 4406 part 11, r=ds).
...
--HG--
rename : core/GameConfigs.cpp => core/logic/GameConfigs.cpp
rename : core/GameConfigs.h => core/logic/GameConfigs.h
rename : core/smn_gameconfigs.cpp => core/logic/smn_gameconfigs.cpp
2010-05-14 23:35:42 -07:00
David Anderson
96f6cdf677
Moved datapack natives from core to logic (bug 4406 part 10, r=ds).
...
--HG--
rename : core/smn_datapacks.cpp => core/logic/smn_datapacks.cpp
2010-05-14 21:16:35 -07:00
David Anderson
c188491289
Moved handle natives from core to logic (bug 4406 part 9, r=ds).
...
--HG--
rename : core/smn_handles.cpp => core/logic/smn_handles.cpp
2010-05-14 21:06:06 -07:00
David Anderson
e9e4d566a5
Build fix.
2010-05-14 20:56:40 -07:00
David Anderson
85bedca236
Move string natives from logic to core (bug 4406 part 8, r=fyren).
...
--HG--
rename : core/smn_string.cpp => core/logic/smn_string.cpp
2010-05-14 20:04:44 -07:00
David Anderson
d80191df3d
Move replace functions from logic to core (bug 4406 part 7, r=fyren).
2010-05-14 20:04:30 -07:00
David Anderson
9137e92c09
Move translator from logic to core (bug 4406 part 6, r=ds).
...
--HG--
rename : core/PhraseCollection.cpp => core/logic/PhraseCollection.cpp
rename : core/PhraseCollection.h => core/logic/PhraseCollection.h
rename : core/Translator.cpp => core/logic/Translator.cpp
rename : core/Translator.h => core/logic/Translator.h
rename : core/sm_memtable.h => core/logic/sm_memtable.h
rename : core/smn_lang.cpp => core/logic/smn_lang.cpp
2010-05-14 19:43:53 -07:00
David Anderson
721dae3892
Inline sm_memtable (bug 4406 part 5, r=ds).
2010-05-14 19:43:38 -07:00
David Anderson
1cdacf69be
Move some string functions from core to logic (bug 4406 part 4, r=fyren).
2010-05-14 19:28:10 -07:00
David Anderson
b5b002aa4b
Move banning natives from core to logic (bug 4406 part 3, r=fyren).
...
--HG--
rename : core/smn_banning.cpp => core/logic/smn_banning.cpp
2010-05-14 18:22:03 -07:00
David Anderson
78f5b513c0
Move admin natives from core to logic (bug 4406 part 2, r=ds).
...
--HG--
rename : core/smn_admin.cpp => core/logic/smn_admin.cpp
2010-05-14 17:46:19 -07:00
David Anderson
0032fcaa66
Move memutils from core to logic (bug 4406, r=ds).
...
--HG--
rename : core/MemoryUtils.cpp => core/logic/MemoryUtils.cpp
rename : core/MemoryUtils.h => core/logic/MemoryUtils.h
rename : core/sm_symtable.h => core/logic/sm_symtable.h
2010-05-14 16:14:59 -07:00
David Anderson
28217f10cb
Added ProcessTargetString simple filter API (bug 4404, r=ds).
2010-05-13 12:28:51 -07:00
David Anderson
a6ceb337b2
Move timer natives into logic binary (bug 4402, r=ds).
...
--HG--
rename : core/smn_timers.cpp => core/logic/smn_timers.cpp
2010-05-13 01:47:12 -07:00
David Anderson
ab9750f8b2
Only build OB-Valve binaries on Mac OS X right now (bug 4392, r=ds).
2010-05-11 23:48:39 -05:00
David Anderson
af82971bf5
Fixed Windows build.
2010-05-11 02:07:35 -07:00
David Anderson
271b52158e
Mac build fixes (bug 4392, r=me).
2010-05-11 01:46:55 -07:00
David Anderson
738fcb6563
Added pcre-7.9 build for darwin.
2010-05-11 00:10:37 -07:00
David Anderson
e906a0da8c
Merge.
2010-04-29 01:28:27 -07:00
David Anderson
2edfb0aaac
Fixed regression when using panels (no bug, r=me).
2010-04-29 01:28:11 -07:00
David Anderson
fc88cd3cb1
Check return value of GetPlayerNetInfo (bug 4315, r=fyren).
2010-04-27 23:40:04 -07:00
David Anderson
55205e631b
Merge.
2010-04-27 21:07:59 -07:00
David Anderson
a36fa76d21
Root menu handles in callbacks (bug 4353, r=fyren).
2010-04-27 21:03:20 -07:00
David Anderson
0124020ba4
Added obsidian to list of games which need menu redraws (thread 123237, r=me).
2010-04-04 23:50:27 -07:00
David Anderson
28f71d18bd
Added obsidian to radiotimeout game list (t=123237, r=me).
2010-04-04 23:49:28 -07:00
David Anderson
1852aaf332
Fixed GetClientCookieTime not being exported (bug 4237, r=fyren).
2010-02-08 19:58:36 -08:00
David Anderson
0708e7f8f6
Fixed accidental hook against garbage offset (bug 4231, r=fyren).
2010-01-20 04:03:46 -08:00