Conversation
This reverts commit 633f219.
This reverts commit 9af7eef.
…ame instead of own.
…ring not found (bug 6144).
Update SDKTools entity output functions to use core's GetEntityClassname instead of own (r=DS).
Fix FindStringIndex native not returning INVALID_STRING_INDEX when string not found (bug 6144, r=DS).
Enable C++11 on posix (r=dvander).
…y forward (bug 6137).
commit 1e5213d Author: David Anderson <[email protected]> Date: Sat Jun 21 04:09:27 2014 -0700 Quell MSVC C99 bugs. commit f2e166c Author: David Anderson <[email protected]> Date: Sat Jun 21 03:59:23 2014 -0700 Fix varying levels of stupid memory errors. commit b0773d7 Author: David Anderson <[email protected]> Date: Sat Jun 21 03:36:39 2014 -0700 Fix memory leak in parsing some control flow structures. commit 5aca557 Author: David Anderson <[email protected]> Date: Sat Jun 21 03:35:17 2014 -0700 Fix memory leak in struct parsing. commit b46ec5c Author: David Anderson <[email protected]> Date: Sat Jun 21 03:32:03 2014 -0700 Fix build. commit 17bbbb9 Merge: c083409 2107599 Author: David Anderson <[email protected]> Date: Sat Jun 21 01:26:27 2014 -0700 Merge branch 'master' into methodmaps commit c083409 Author: David Anderson <[email protected]> Date: Fri Jun 20 23:49:36 2014 -0700 Add VS2k13 support. commit b799377 Author: David Anderson <[email protected]> Date: Fri Jun 20 01:28:08 2014 -0700 Implement destructors. commit 1a340de Author: David Anderson <[email protected]> Date: Fri Jun 20 00:08:04 2014 -0700 Add some tests. commit 12db52e Author: David Anderson <[email protected]> Date: Fri Jun 20 00:05:49 2014 -0700 Initial implementation of constructors. commit 074669a Author: David Anderson <[email protected]> Date: Thu Jun 19 22:42:35 2014 -0700 Add simple test harness. commit 27c1e3c Author: David Anderson <[email protected]> Date: Thu Jun 19 22:15:42 2014 -0700 Big refactoring for new syntax. commit f3c37fd Author: David Anderson <[email protected]> Date: Thu Jun 19 22:12:54 2014 -0700 Refactor tests for the new syntax. commit 6211f39 Author: David Anderson <[email protected]> Date: Wed Jun 18 22:25:48 2014 -0700 Make lexer tokens an enum. commit 5210b01 Author: David Anderson <[email protected]> Date: Tue Jun 17 06:48:15 2014 -0700 Add comment. commit 06688ff Author: David Anderson <[email protected]> Date: Tue Jun 17 06:46:10 2014 -0700 Allow |this| to be a base type of the methodmap. commit 05cf368 Author: David Anderson <[email protected]> Date: Mon Jun 16 22:11:58 2014 -0700 Unify duplicate typesymbol checking. commit 09161bf Author: David Anderson <[email protected]> Date: Mon Jun 16 19:53:36 2014 -0700 Close loophole that allowed methodmaps for enums. commit 5bb4aeb Author: David Anderson <[email protected]> Date: Mon Jun 16 01:50:42 2014 -0700 Add tests and dbi/handle changes. commit b9203e2 Author: David Anderson <[email protected]> Date: Mon Jun 16 01:38:29 2014 -0700 Ensure methodmap tags are fixed. commit 878b80f Author: David Anderson <[email protected]> Date: Mon Jun 16 01:36:04 2014 -0700 Implement inheritance. commit 6ba9e00 Author: David Anderson <[email protected]> Date: Mon Jun 16 01:31:00 2014 -0700 Refactor matchtag() to not be insane. commit 4ede634 Author: David Anderson <[email protected]> Date: Mon Jun 16 01:20:50 2014 -0700 Fix indenting. commit e3ddef8 Author: David Anderson <[email protected]> Date: Mon Jun 16 01:20:27 2014 -0700 Initial prototype.
Allow base destructors to run and fix some error reporting.
Introduce 4-token lookahead buffer.
Add support for inline native methods on methodmaps.
Fix a Handle leak when reporting transaction errors.
Add support for fully inline functions in methodmaps.
Begin locking down function types.
Unkeyword "class", make it contextual.
Update version for manual builds of the 1.7 branch.
…R datadesc fields.
Add support to Get/SetEntPropEnt for FIELD_CLASSPTR and FIELD_EDICT datadesc fields (r=KyleS).
Fix regression stopping -1 from being a valid value in SetEntPropEnt (r=VoiDeD).
Give functags their correct types for transitional syntax.
Fix "static stock" not working (bug 6174).
Fix and formalize newline and semicolon behavior in methodmaps. (bug 6175)
Allow chaining off method calls. (bug 6178)
Show errors for methods that are unused. (bug 6183)
Fix crash with malformed arguments (bug 6176).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now admin-flatfile.sp plugin is located in scripting/admin-flatfile folder, so move it in scripting folder and make it compileable.