Scott Ehlert
|
40c1fee55a
|
Added support for Mac OS X and building with clang (bug 5601, r=dvander).
|
2013-02-13 01:14:37 -06:00 |
|
David Anderson
|
a749aad1b4
|
- inserted a nasty backwards compatibility shim specifically for war3ft 3.0-rc. this may be extended globally if i can find a way to generalize it without breaking menu_create().
- updated comment about player_menu_info() as it was wrong.
|
2007-09-02 18:35:53 +00:00 |
|
David Anderson
|
c15a23a2a7
|
fixed a serious bug where deleted forwards could be placed in the re-use cache too soon
|
2006-11-21 23:06:50 +00:00 |
|
David Anderson
|
d2ebca38a1
|
Experimental addition to CreateMultiForward() for bcompat
|
2006-10-22 03:49:23 +00:00 |
|
David Anderson
|
f3fe58809d
|
changes so forward ids can be mapped back to names
|
2006-05-06 02:03:25 +00:00 |
|
David Anderson
|
28ede82f91
|
added cell list registering
|
2006-02-01 12:09:19 +00:00 |
|
David Anderson
|
10a64737b5
|
Added optimizations to the task system
Added optimizations to the forward system
Fixed some debugger errors
|
2005-10-25 20:38:00 +00:00 |
|
Borja Ferrer
|
ebd4974c75
|
final cleaned revision (I hope)
|
2005-09-16 23:48:51 +00:00 |
|
Borja Ferrer
|
e67457440d
|
cleaned-up versions of header files
|
2005-09-10 00:38:42 +00:00 |
|
Pavol Marko
|
3f0d3c257a
|
Increased maximal number of forward parameters
|
2004-09-27 14:33:20 +00:00 |
|
Pavol Marko
|
34abaa1d56
|
The prepare*Array functions now have a third "bool copyBack" parameter which defaults to false and specifies whether the array should be copied from plugin space to core / module space after function execution (=whether the original array should be updated)
|
2004-09-18 13:33:21 +00:00 |
|
David Anderson
|
baef3362ed
|
Fixed a bug that caused crashes on registering a forward after unregistering a forward
|
2004-09-07 05:43:55 +00:00 |
|
Pavol Marko
|
c7982c2bc3
|
Probably fixed problem with forwards getting garbage parameters
|
2004-08-28 21:25:03 +00:00 |
|
Pavol Marko
|
67b13237d6
|
fixed memory leaks caused by using a CVector instead of a CList
|
2004-07-03 13:45:56 +00:00 |
|
David Anderson
|
3dedf9976b
|
Fixed incorrect forward orders
Fixed bug in CVector
|
2004-06-30 08:04:12 +00:00 |
|
Pavol Marko
|
e9e4b380cb
|
added SinglePlugin forwards
|
2004-05-05 18:42:16 +00:00 |
|
Pavol Marko
|
06da72658b
|
rewritten
|
2004-04-03 19:14:03 +00:00 |
|
Felix Geyer
|
7cf7fce86d
|
changed header
|
2004-03-05 21:03:14 +00:00 |
|
Pavol Marko
|
71b590eb15
|
making sure evrything is in cvs :)
+ changed directory structure
base dir:
moddir/addons/amxx
core dll / so:
moddir/addons/amxx/dlls
modules dll / so files:
moddir/addons/amxx/modules
plugins .amx files:
moddir/addons/amxx/plugins
configs:
moddir/addons/amxx/config
modules.ini - module file names, without path info
plugins.ini - plugin file names, without path info
core.ini - renamed from config.ini
|
2004-03-05 18:32:29 +00:00 |
|
Felix Geyer
|
8c6374567a
|
updated header
|
2004-02-21 19:36:35 +00:00 |
|
Felix Geyer
|
9e999a0ba6
|
Initial revision
|
2004-01-31 20:56:22 +00:00 |
|