summaryrefslogtreecommitdiff
path: root/src/console.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-17Remove old codeSimon Robertshaw1-638/+0
2012-08-10Fix setting ctype names in old consolejacob11-7/+17
2012-08-10remove restriction on ctype in old consolejacob11-5/+5
(amended to not reindent whole file)
2012-05-06Change license from GPLv2+ to GPLv3+jacksonmj1-0/+17
Also add headers stating the license to some more of the source files
2012-04-27Add tmp2 support to old consolejacksonmj1-8/+39
2011-12-10Fix memory leaks, allow changing of element name (To fix: element names in ↵Simon Robertshaw1-2/+2
some arrays out of sync)
2011-08-27Remove blocking walls from pmapjacksonmj1-1/+1
2.5% speed increase on a screen full of water
2011-08-19Reorganise a lot of Python console stuffSimon Robertshaw1-879/+7
2011-07-24Disable old life elementsjacksonmj1-7/+2
2011-06-11Fix a load of memory leaksjacksonmj1-0/+1
Also fix some compiler warnings (missing headers, wrong pointer type for modf, etc) and move variable declarations for Visual Studio.
2011-06-08console_error now optional for console_parse_typejacksonmj1-8/+8
Prevents lua step functions from clearing console_error in calls to console_parse_type, hence preventing luacon_eval errors from being shown
2011-05-19Make sure WIND can't be createdjacksonmj1-0/+5
Revert this if the element number is reused for something useful
2011-05-05Some work on bubbles. Added "bubble x,y" command to console.savask1-0/+26
Also made them save like regular soap.
2011-05-05Revert "Dem bubbles"Simon Robertshaw1-26/+0
This reverts commit 607572cf0d21cca38063bf71b8e1db2e776c1ac4.
2011-05-05Dem bubblesunknown1-0/+26
2011-04-25Jacksonmj: Move console functions into seperate filejacksonmj1-0/+1425