Menu

Tools Commit Log


Commit Date  
[r3308] by anallyst

added more details to the output of tracelib2, i.e. peak memory usage.

2011-03-25 17:46:20 Tree
[r3307] by sumolx

Removed gp2x (if (gp2x_init() == 2) systemRam += 32 * 1024 * 1024;) since this is used for accessing the 2nd half of memory in GP2X F100. Not used for wiz, since wiz has a completely different memory structure.

2011-03-24 18:22:14 Tree
[r3306] by sumolx

set PATH=%TOOLS%;%PATH%
replaced with
set PATH=%TOOLS%

Was causing issues with the building process. Build.bat is intended to be used with the toolchains provided by the svn. Otherwise, use build.sh instead since it would seem you have your own toolchains already installed.

2011-03-24 18:17:55 Tree
[r3305] by sumolx

Fixed Gp2x Wiz memory maps for start address and total system ram.
Based off performing a memory dump of executable and the info gathered from: http://elinux.org/GP2X_Wiz_memory_map

root@...:/usr/gp2x# cat /proc/iomem
00000000-029fffff : System RAM
0002e000-00285fff : Kernel text
00286000-002c62bb : Kernel data
ac000000-ac000018 : lf1000-nand
c000e000-c000e200 : pollux-i2c.0
c000e000-c000e200 : pollux-i2c
f0007800-f0007844 : pollux-spi.0
f0008000-f0008044 : pollux-spi.0
f0008800-f0008844 : pollux-spi.0
f0009800-f000983f : pollux_sdi0.0
f0016000-f001607f : pollux-uart.0
f0016080-f00160ff : pollux-uart.1
f0016800-f001687f : pollux-uart.2
f0016880-f00168ff : pollux-uart.3
f0018000-f0018880 : pollux-usbgadget
f001a000-f001bfff : pollux-ga3d
f001a000-f001bfff : pollux-ga3d
root@...:/usr/gp2x#

2011-03-24 18:13:02 Tree
[r3304] by anallyst

added command line option showfilesused=1, which reports which files of the paks have not been used.

2011-03-24 18:10:03 Tree
[r3303] by plombo

Compare ticks against keybtick where the author obviously intended to replace lasttick with keybtick but forgot.

2011-03-24 05:14:53 Tree
[r3302] by damon_caskey

New entity property: spawntype; 1 when entity is a level spawn, 0 otherwise (0 subject to change as other spawn sources are given values).

Last thing I wanted to do was add yet another property, but exists is already in use be some modules and being evaluated numerically instead of as true/false.

2011-03-24 04:10:14 Tree
[r3301] by damon_caskey

Fix no EOF error thrown by Windows compiler.

2011-03-24 01:04:53 Tree
[r3300] by anallyst

separated solidlist from list. it was an ugly hack and caused me enough headache when i enhanced the list.

2011-03-24 00:29:47 Tree
[r3299] by anallyst

renamed List_Contains to List_GetNodeByValue

2011-03-23 23:01:39 Tree
Older >
MongoDB Logo MongoDB