changelog
- Tue, 14 Aug 2012 01:54:17 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Tue, 14 Aug 2012 01:54:17 +0300] rev 54
- Added floating point support for the most part. However, decimals are somehow lost during a cast..
- Tue, 14 Aug 2012 00:59:39 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Tue, 14 Aug 2012 00:59:39 +0300] rev 53
- Added support for operators &&, ||, &, | and ^
- Tue, 14 Aug 2012 00:48:02 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Tue, 14 Aug 2012 00:48:02 +0300] rev 52
- Added ! operator support. It's not really an operator since it's just checked at the beginning of the expression value but eh.
- Tue, 14 Aug 2012 00:20:59 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Tue, 14 Aug 2012 00:20:59 +0300] rev 51
- Added <<= and >>= operator support. Zandronum does not provide these, thus they are translated to their longer forms by the compiler. Also aded << and >>.
- Mon, 13 Aug 2012 23:10:39 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 13 Aug 2012 23:10:39 +0300] rev 50
- Added default label for switch
- Mon, 13 Aug 2012 19:12:21 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 13 Aug 2012 19:12:21 +0300] rev 49
- rename ObjWriter::RecordBuffer to SwitchBuffer, as it is designed specifically for switch and will break if used genericly
- Mon, 13 Aug 2012 19:04:29 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 13 Aug 2012 19:04:29 +0300] rev 48
- Added switch support... fixed more problems with marks in the process
- Sun, 12 Aug 2012 04:45:27 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 12 Aug 2012 04:45:27 +0300] rev 47
- some cleanup
- Sun, 12 Aug 2012 04:40:33 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 12 Aug 2012 04:40:33 +0300] rev 46
- Expressions now allow multiple operators
- Sun, 12 Aug 2012 04:13:27 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 12 Aug 2012 04:13:27 +0300] rev 45
- Removed mark types as they served absolutely zero purpose
- Sun, 12 Aug 2012 04:10:25 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 12 Aug 2012 04:10:25 +0300] rev 44
- Added do-while loop support
- Sun, 12 Aug 2012 03:23:33 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 12 Aug 2012 03:23:33 +0300] rev 43
- Added for-loop support
- Sun, 12 Aug 2012 01:52:42 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 12 Aug 2012 01:52:42 +0300] rev 42
- FINALLY, marks and references work smoothly without hacks. if and while work properly.
- Sat, 11 Aug 2012 19:35:47 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sat, 11 Aug 2012 19:35:47 +0300] rev 41
- Added while loop support. However, script marks keep getting wrong position numbers..
- Mon, 30 Jul 2012 11:34:57 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 30 Jul 2012 11:34:57 +0300] rev 40
- Committed the other changes done during a failed attempt of else
- Mon, 30 Jul 2012 11:14:02 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 30 Jul 2012 11:14:02 +0300] rev 39
- Fixed mark positioning - multiple if statements should work properly now