..
msvc8
landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them).
2008-07-11 08:18:43 +00:00
msvc9
Migrated to Visual Studio 2008 for default builds (bug 3257).
2008-09-27 14:59:09 -07:00
systems
Fixed accidental NULLing of natives in the native name cache but not filled.
2008-10-31 22:35:27 -07:00
thread
amb1797 - reduced query staggering time from 500ms to 50ms
2008-07-06 00:51:05 +00:00
AdminCache.cpp
fixed amb1684 - regression in password handling
2008-05-24 09:17:35 +00:00
AdminCache.h
merged changes back from 1.0.1
2008-04-06 06:56:45 +00:00
ADTFactory.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
ADTFactory.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
CDataPack.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
CDataPack.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
CellArray.h
added amb1538 - adt_stack
2008-04-13 06:06:27 +00:00
CellRecipientFilter.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
ChatTriggers.cpp
Added "antiflood.txt" to Core's IPhraseCollection to prevent error spew (bug amb1922).
2008-09-08 06:20:54 +00:00
ChatTriggers.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
concmd_cleaner.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
concmd_cleaner.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
ConCmdManager.cpp
Fixed amb1927 - client command case sensitivity did not match the server's logic.
2008-09-02 03:58:34 +00:00
ConCmdManager.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
convar_sm_ob.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
convar_sm.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
ConVarManager.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
ConVarManager.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
CoreConfig.cpp
Fixed OnConfigsExecuted() not working on listen servers (bug 3287, r=me).
2008-09-29 20:02:19 -07:00
CoreConfig.h
Fixed bug 1750 and bug 1801. Orange Box changes the command processing heuristics without telling anyone, it looks like executing commands during the command buffer processing causes insertion to the beginning of the stream rather than end. Moving our callbacks to occur in a new frame seems to alleviate this.
2008-08-23 19:51:02 +00:00
CrazyDebugger.cpp
Fixed CrazyDebug not working with Episode One games
2008-05-25 12:46:03 +00:00
Database.cpp
- Interface dropping semantics are now changed, any pointer can be piped through.
2008-07-01 06:12:16 +00:00
Database.h
- Interface dropping semantics are now changed, any pointer can be piped through.
2008-07-01 06:12:16 +00:00
DebugReporter.cpp
Landed sourcepawn-1.2. The big changes:
2008-08-15 05:22:26 +00:00
DebugReporter.h
Landed sourcepawn-1.2. The big changes:
2008-08-15 05:22:26 +00:00
EventManager.cpp
Fixed rare crash in event manager when a null IGameEvent pointer was passed to the IGameEventManager2::FireEvent() hooks
2008-06-06 04:55:27 +00:00
EventManager.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
frame_hooks.cpp
Fixed bug 1750 and bug 1801. Orange Box changes the command processing heuristics without telling anyone, it looks like executing commands during the command buffer processing causes insertion to the beginning of the stream rather than end. Moving our callbacks to occur in a new frame seems to alleviate this.
2008-08-23 19:51:02 +00:00
frame_hooks.h
Fixed bug 1750 and bug 1801. Orange Box changes the command processing heuristics without telling anyone, it looks like executing commands during the command buffer processing causes insertion to the beginning of the stream rather than end. Moving our callbacks to occur in a new frame seems to alleviate this.
2008-08-23 19:51:02 +00:00
GameConfigs.cpp
Fixed a few file handle leaks
2008-07-31 21:08:00 +00:00
GameConfigs.h
Added custom gamedata section parsing to GameConfigs.
2008-07-30 00:03:10 +00:00
GameDataFetcher.cpp
Fixed regression in send/revc calls in the gamedata fetcher
2008-10-20 18:42:22 +13:00
GameDataFetcher.h
Gamedata fetching cleanup - Part 1 (bug 3351 r=dvander)
2008-10-19 17:27:54 +13:00
HalfLife2.cpp
fixed amb1808 - KickClient() is delayed and does not crash -- KickClientEx() is the old functionality
2008-07-06 00:45:26 +00:00
HalfLife2.h
fixed amb1808 - KickClient() is delayed and does not crash -- KickClientEx() is the old functionality
2008-07-06 00:45:26 +00:00
Logger.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
Logger.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
Makefile
Builds against latest OB SDK now
2008-07-12 09:05:19 +00:00
md5.cpp
And the most important piece: Import of experimental gamedata autoupdater. Also new debug command "sm_gamedata_md5 <filename>"
2008-07-01 09:48:17 +00:00
md5.h
And the most important piece: Import of experimental gamedata autoupdater. Also new debug command "sm_gamedata_md5 <filename>"
2008-07-01 09:48:17 +00:00
MemoryUtils.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
MemoryUtils.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
MenuManager.cpp
added amb1119 - sm_revote command
2008-05-17 05:12:52 +00:00
MenuManager.h
added amb1119 - sm_revote command
2008-05-17 05:12:52 +00:00
MenuStyle_Base.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
MenuStyle_Base.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
MenuStyle_Radio.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
MenuStyle_Radio.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
MenuStyle_Valve.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
MenuStyle_Valve.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
MenuVoting.cpp
added amb1119 - sm_revote command
2008-05-17 05:12:52 +00:00
MenuVoting.h
added amb1119 - sm_revote command
2008-05-17 05:12:52 +00:00
NativeOwner.cpp
Landed sourcepawn-1.2. The big changes:
2008-08-15 05:22:26 +00:00
NativeOwner.h
Landed sourcepawn-1.2. The big changes:
2008-08-15 05:22:26 +00:00
NextMap.cpp
Fixed build
2008-07-13 06:13:28 +00:00
NextMap.h
Fixed build
2008-07-13 06:13:28 +00:00
PhraseCollection.cpp
added amb1666 - rehaul over the ml api so extensions can easily use translations
2008-05-10 09:23:55 +00:00
PhraseCollection.h
added amb1666 - rehaul over the ml api so extensions can easily use translations
2008-05-10 09:23:55 +00:00
PlayerManager.cpp
Added new OnClientConnected callback with correct pairing intent (bug 3311, r=pred).
2008-10-18 22:14:13 -05:00
PlayerManager.h
Core now detects and handles a changed maxplayers value (bug 2537 and bug 2758)
2008-09-26 19:08:49 +12:00
Profiler.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
Profiler.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
sm_autonatives.cpp
rewrite of the native and dependency binding/interaction code. this will ease the transition for native overrides, and greatly simplifies most of the logic. all native binding code now takes place almost entirely in ShareSys, and PluginSys supplements this logic where appropriate. extensionsys has been cleaned up
2008-05-26 07:51:11 +00:00
sm_autonatives.h
rewrite of the native and dependency binding/interaction code. this will ease the transition for native overrides, and greatly simplifies most of the logic. all native binding code now takes place almost entirely in ShareSys, and PluginSys supplements this logic where appropriate. extensionsys has been cleaned up
2008-05-26 07:51:11 +00:00
sm_crc32.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
sm_crc32.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
sm_fastlink.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
sm_globals.h
Core now detects and handles a changed maxplayers value (bug 2537 and bug 2758)
2008-09-26 19:08:49 +12:00
sm_memtable.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
sm_memtable.h
And the most important piece: Import of experimental gamedata autoupdater. Also new debug command "sm_gamedata_md5 <filename>"
2008-07-01 09:48:17 +00:00
sm_queue.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
sm_simple_prioqueue.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
sm_srvcmds.cpp
Mirrored buildbot/version template changes from branch.
2008-09-14 06:13:25 +00:00
sm_srvcmds.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
sm_stringutil.cpp
Fixed a bug where SourceMod failed trying to default back to English when missing translations.
2008-10-05 04:06:18 -07:00
sm_stringutil.h
added amb1666 - rehaul over the ml api so extensions can easily use translations
2008-05-10 09:23:55 +00:00
sm_trie.cpp
merged changes back from 1.0.1
2008-04-06 06:56:45 +00:00
sm_trie.h
merged changes back from 1.0.1
2008-04-06 06:56:45 +00:00
sm_version.h
Updated version files so I can build again.
2008-09-14 22:16:35 -07:00
sm_version.tpl
Mirrored buildbot/version template changes from branch.
2008-09-14 06:13:25 +00:00
smn_admin.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_adt_array.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_adt_stack.cpp
added amb1538 - adt_stack
2008-04-13 06:06:27 +00:00
smn_adt_trie.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_banning.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_bitbuffer.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_console.cpp
The replicate and notify parameters for SetConVarX and ResetConVar are now ignored on Orange Box.
2008-11-12 23:14:49 -06:00
smn_core.cpp
Added MaxClients public var to replace GetMaxClients (bug 3283, r=pred).
2008-10-05 15:20:17 -07:00
smn_database.cpp
Deprecated SQL_ConnectEx for SQL_ConnectCustom, which expresses the API intent better (bug 3307, r=pred).
2008-10-13 01:13:39 -05:00
smn_datapacks.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_entities.cpp
Trunk build fixes
2008-05-13 08:22:49 +00:00
smn_events.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_fakenatives.cpp
landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them).
2008-07-11 08:18:43 +00:00
smn_filesystem.cpp
Added CreateDirectory() native and a few permissions macros (bug 3253, r=ds).
2008-09-17 02:07:19 -05:00
smn_float.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_functions.cpp
fixed amb1763 - clear function call status on a new call
2008-07-06 00:02:11 +00:00
smn_gameconfigs.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_halflife.cpp
landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them).
2008-07-11 08:18:43 +00:00
smn_handles.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_hudtext.cpp
landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them).
2008-07-11 08:18:43 +00:00
smn_keyvalues.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_lang.cpp
fixed linux build
2008-05-10 09:30:13 +00:00
smn_maplists.cpp
Fixed amb1899 - Duplicate maps in auto generated maplists
2008-08-07 23:32:09 +00:00
smn_menus.cpp
added amb1119 - sm_revote command
2008-05-17 05:12:52 +00:00
smn_nextmap.cpp
- Added ForceChangeLevel and Map History to nextmap api
2008-07-13 05:13:37 +00:00
smn_player.cpp
Fixed IsClientTimingOut spelling in native export table.
2008-10-24 20:59:26 -05:00
smn_profiler.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_sorting.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_string.cpp
Fixed realloc/delete[] mismatch (thank sawce), corrected some whitespace.
2008-09-21 14:05:13 -07:00
smn_textparse.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_timers.cpp
Fixed failed timers leaking dangling plugin references (bug 3381).
2008-10-29 01:27:56 -07:00
smn_usermsgs.cpp
All natives that use a recipient filter now actually validate the clients passed to them.
2008-06-11 08:07:17 +00:00
smn_usermsgs.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
smn_vector.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
sourcemm_api.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
sourcemm_api.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
sourcemod.cpp
Landed sourcepawn-1.2. The big changes:
2008-08-15 05:22:26 +00:00
sourcemod.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
TextParsers.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
TextParsers.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
ThreadSupport.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
ThreadSupport.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
TimerSys.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
TimerSys.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
Translator.cpp
Language files are now additive, and are sniffed from translations/[iso code].
2008-10-05 04:08:48 -07:00
Translator.h
added amb1666 - rehaul over the ml api so extensions can easily use translations
2008-05-10 09:23:55 +00:00
UserMessages.cpp
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
UserMessages.h
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00
version.rc
Spring Cleaning, Part Ichi (1)
2008-03-30 07:00:22 +00:00