CIA.vc
ACC++
Real-time open source activity stats
Stats » Projects » ACC++
information
Advanced ACS script compiler for ZDoom.
syndicateUTC clock
08:53 on May 28, 2012
event counters
The last message was received 0.94 months ago at 02:02 on Apr 30, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 2 messages last month
70 messages since the first one, 1.98 years ago, for an average of 1.47 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
02:02 on Apr 30ACC++
Commit by Braden Obrzut <admin@maniacsvault.net> :: 305cd33c894a r70 /src/ (scanner.cpp scanner.h): (link)

  • Backported scanner ellipsis support from ECWolf.
#
00:20 on Apr 13ACC++
Commit by Braden Obrzut <admin@maniacsvault.net> :: dcaa20ce749a r69 /src/main.cpp: (link)

  • Fixed: While reading files from stdin ReadFileWithSize forgot to set the size.
#
06:12 on Mar 06ACC++
Commit by Braden Obrzut <admin@maniacsvault.net> :: 15ef0b67ad50 r68 / (3 files in 2 dirs): (link)

  • Added named script support to the assembler.
  • Updated manual to include notes on string escaping and named script execution functions.
#
23:18 on Feb 19ACC++
Commit by Apothem :: r68 /trunk/libacspp/Malloc.acs:

  • Added M_Memcpy();
#
02:55 on Feb 16ACC++
Commit by blzut3 :: r67 /trunk/docs/manual.odt:

  • Updated ACS manual with fixes mentioned by DavidPH and documented the new named scripts format.
#
02:58 on Oct 18, 2011ACC++
Commit by apothem :: r66 /trunk/libacspp/Malloc.acs:

  • Added M_AddValue().
  • Added M_SubValue().
#
08:38 on Oct 09, 2011ACC++
Commit by apothem :: r65 /trunk/libacspp/Malloc.acs:
-commented a bunch of debug messages for pointer locations and displays. Was interfering with setfont().
#
03:26 on Oct 09, 2011ACC++
Commit by apothem :: r64 /trunk/libacspp/Malloc.acs:

  • Fixed bug when you use more than the initial free space it doesnt allocate the next block of available memory.
#
02:27 on Oct 04, 2011ACC++
Commit by apothem :: r63 /trunk/libacspp/Malloc.acs:
-Updated the error checking code to properly deal with spaces too small.
#
05:23 on Sep 28, 2011ACC++
Commit by apothem :: r62 /trunk/libacspp/Malloc.acs:
-fixed another bug dealing with allocating blocks that are the same size the unallocated portion in memory
#
01:26 on Sep 28, 2011ACC++
Commit by apothem :: r61 /trunk/libacspp/Malloc.acs:
-Major bug fixes. Malloc actually works now instead of theoretically working. Huzzah.

-Found minor issues with M_Getvalue and M_setvalue, going over them to double check if anything is wrong.

-TODO:Space checking for unallocated blocks that are too small.
#
23:07 on Sep 15, 2011ACC++
Commit by blzut3 :: r60 /trunk/docs/manual.odt:

  • PCode 283 should be setactorposition.
#
19:23 on Sep 05, 2011ACC++
Commit by blzut3 :: r59 /trunk/src/ (4 files):

  • Fixed errors with compile on Windows.
#
01:56 on Sep 02, 2011ACC++
Commit by blzut3 :: r58 /trunk/src/ (8 files):

  • General fixes for issues while running through cppcheck and valgrind (as such, the assembler doesn't have a massive leak anymore).
#
09:52 on Aug 13, 2011ACC++
Commit by blzut3 :: r57 /trunk/src/ (preprocessor.cpp scanner.cpp scanner.h):

  • Scanner Escape and Unescape functions can optionally take a custom list of escape tokens.
  • Changed Scanner::SkipLine() to act as part of the tokenizer. In addition new lines can be ignored with the escape character to allow multiline defines.
#
10:07 on Aug 11, 2011ACC++
Commit by blzut3 :: r56 /trunk/ (5 files in 3 dirs):

  • Fixed error in manual where lspec's first parameter wasn't noted as a char in ACSe (mnemonics.inc has been adjusted accordingly).
  • Fixed tokens at the end of a file could not be detected in some cases.
  • Fixed more errors in the scanner dealing with line counting/skipping.
  • Changed line meta data generation code in the preprocessor so hopefully it should be accurate now.
  • Whitespace at the end of a macro is no longer retained.
#
22:56 on Aug 09, 2011ACC++
Commit by apothem :: r55 /trunk/libacspp/Malloc.acs:
-added M_setvalue(int pointer, int location, str value) sets the value of a specific location in memory
-added M_GetValue(int pointer, int location) gets the value of a specified pointer w/ offset. If pointer is not an array location is 0.
-Tested Malloc() and it appears that everything is working currently. Definitely needs more testing to make sure it's right though. Oh and got it on the first try apparently XD
#
03:04 on Jul 20, 2011ACC++
Commit by blzut3 :: r54 /trunk/docs/manual.odt:

  • Updated the manual to include new pcodes, functions, and fix a few mistakes that DavidPH pointed out.
#
00:22 on Jun 15, 2011ACC++
Commit by apothem :: r53 /trunk/libacspp/Malloc.acs:
-removed extra return data out of free().
#
00:13 on Jun 15, 2011ACC++
Commit by apothem :: r52 /trunk/libacspp/Malloc.acs:
-renamed some stuff.
#