Miikka Ylätalo
4e0ae0cb5e
Change int[] to any[] for data r/w functions ( #1221 )
2020-07-09 10:09:13 +01:00
hydrogen-mvm
9e39f18230
Fix OpenFile files.inc example ( #1120 )
...
"rb" = binary file for *reading* (not writing, that would be "wb").
2019-11-11 16:24:12 -08:00
hydrogen-mvm
22635d8d35
Add File.Flush methodmap ( #1056 )
...
This allows us to do FileHandle.Flush() instead of FlushFile(FileHandle) and maintain consistency in always using methodmaps for file I/O operations.
2019-07-31 22:18:07 +00:00
JoinedSenses
81dc80fbd1
Correct Plugin API Documentation Formatting ( #1019 )
2019-05-28 18:38:58 -07:00
Michael Flaherty
990a02dbe0
Fix grammar error in File docs ( #883 )
2018-09-22 12:27:05 -07:00
hydrogen-mvm
d14c94c353
Add missing return value documentation ( #854 )
2018-07-26 18:33:22 -07:00
Mohammad Ghasembeigi
c0ec537f29
Fix typo in file.inc include ( #602 )
2017-04-28 06:47:09 -04:00
ErikMinekus
542bb59978
Update large includes for transitional syntax #2 ( #511 )
2016-05-21 09:16:49 -04:00
ErikMinekus
7451257578
Update small includes for transitional syntax ( #509 )
2016-05-20 15:56:21 -04:00
Asher Baker
4346e963e5
Correct spelling in API documentation.
2015-10-30 12:26:34 +00:00
Bara
a91d5bf754
Fix warning in files.inc
2014-12-02 03:35:56 +01:00
David Anderson
79143d8b6e
Port files.inc to transitional syntax.
2014-11-15 13:42:28 -08:00
Nicholas Hastings
e093c7f72a
Merge pull request #120 from alliedmodders/wip-valve-fs2
...
Add support for Valve FS to natives that use file handles (r=asherkin).
2014-08-30 14:25:53 -04:00
Nicholas Hastings
51d32bca77
Clarify return value commit on RemoveFile
2014-08-22 07:21:12 -07:00
Nicholas Hastings
9d6fea857b
Fix another syntax error in files.inc
2014-08-22 06:55:45 -07:00
Nicholas Hastings
8d60fecb96
Fix syntax errors in files.inc
2014-08-22 06:30:25 -07:00
Nicholas Hastings
73115f7afa
Add support for specifying gameinfo search path when using valveFS in file natives
2014-08-22 06:00:43 -07:00
Nicholas Hastings
b95e7ff145
Add missing use_valve_fs param to CreateDirectory native def
2014-08-22 05:59:41 -07:00
Nicholas Hastings
4e5b1a58ce
Add ValveFS support to more filesystem functions: OpenDirectory (CloseHandle on directory) ReadDirEntry DirExists CreateDirectory RenameFile
2014-08-06 13:15:24 -07:00
Nicholas Hastings
573aea20fb
More progress:
...
Abstracted many fs funcs with helper class.
Removed much duplicated code.
Fixed ReadFile assuming FS errors for ValveFS.
Added ValveFS support for ReadFileString, WriteFile, WriteFileString, DeleteFile.
Added missing param in doc for OpenFile.
2014-08-01 12:38:51 -07:00
Andrew
f3299b2c8c
Added a new function SetFilePermissions to set permissions of a file. I'm not sure about the Windows implementation. See this feature request: https://bugs.alliedmods.net/show_bug.cgi?id=6152
2014-06-21 00:45:07 -04:00
Nicholas Hastings
ad5740f8a7
Add support for Valve search paths to GetFileSize native (bug 5931, r=asherkin).
2014-01-07 14:24:53 -05:00
David Anderson
7ff0129f36
Fixed ReadFileString ignoring fourth parameter (bug 3459, r=ds).
2008-11-29 22:43:30 -06:00
David Anderson
556c03babf
Added CreateDirectory() native and a few permissions macros (bug 3253, r=ds).
2008-09-17 02:07:19 -05:00
Scott Ehlert
251cced1f8
Spring Cleaning, Part Ichi (1)
...
Various minor things done to project files
Updated sample extension project file and updated makefile to the new unified version (more changes likely on the way)
Updated regex project file and makefile
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401971
2008-03-30 07:00:22 +00:00