CIA.vc
ACC++
Real-time open source activity stats
Stats » Projects » ACC++
information
Advanced ACS script compiler for ZDoom.
syndicateUTC clock
23:01 on Feb 13, 2012
event counters
The last message was received 3.96 months ago at 02:58 on Oct 18, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
65 messages since the first one, 1.69 years ago, for an average of 1.36 weeks between messages
recent messages
dateReversed sort columnprojectcontentlink
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.
#
00:04 on Jun 15, 2011ACC++
Commit by apothem :: r51 /trunk/libacspp/Malloc.acs:
-added free()
#
23:42 on Jun 14, 2011ACC++
Commit by apothem :: r50 /trunk/libacspp/Malloc.acs:
-fixed first allocation bug.
#
23:11 on Jun 14, 2011ACC++
Commit by apothem :: r49 /trunk/libacspp/Malloc.acs:
-commented more of the code to make it easier to read.
-added the final allocation section to the code. Malloc.acs is done, but may need debugging.
#
21:56 on May 25, 2011ACC++
Commit by blzut3 :: r48 /trunk/src/ (6 files):

  • Did some stuff related to the assignment operator.
#
10:41 on May 12, 2011ACC++
Commit by blzut3 :: r47 /trunk/docs/manual.odt:

  • Corrections to the manual as well as the addition of the savestring pcode.
#