summaryrefslogtreecommitdiff
path: root/src/interface.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10Send user authentication for update downloadsSimon Robertshaw1-0/+4
2011-09-30Logout is saved to prefsSimon Robertshaw1-2/+7
2011-09-30Added extra functions to FILT (determined by tmp, modes are convert, filter ↵Simon Robertshaw1-2/+146
and add, convert is default). Added property edit tool, changes the properties of materials
2011-09-29Freeing "filename" here would cause problems as everything is taken care of ↵Simon Robertshaw1-3/+0
later on.
2011-09-29Bugfix: Fixed a segmentation fault in confirm_ui()atlaua1-2/+2
confirm_ui() free()ed its msg. This resulted in attemps to free const strings or and to invalid memoory accesses (because some other functions wanted to reuse the parameter which they gave to confirm_ui() after calling this function). Resolved by removing the call to free() from confirm_ui() and adding it after the calls to confirm_ui(9, if necessary.
2011-09-26Fix lighten/darken tools so they work with different display pixel formatsjacksonmj1-2/+2
2011-09-24Detect updates by build number, make confirm box autosize, also fix bug ↵Simon Robertshaw1-12/+22
where config file is read before data dir is set (Therefore reading the wrong file)
2011-09-21Water level equalization test! In options menu, or tpt.watertest() .cracker641-8/+21
2011-09-19Tool menu in deco editor, Lighten/Darken tools.cracker641-18/+86
2011-09-19Deco editor improvements. Editable color text boxes! Hit enter when done ↵cracker641-55/+97
editing.
2011-09-10Fix various memory leaks, as noted by Merkil/cppcheckSimon Robertshaw1-3/+8
2011-09-05Visual Studio fixesjacksonmj1-1/+1
2011-08-30Fixes: HUD for fast PIPE, PIPE contents disappearing when next to walls, ↵jacksonmj1-1/+0
scrolling special menu, and parts_lastActiveIndex
2011-08-29Zoom toggle, alt+zjacksonmj1-5/+8
2011-08-24Small ui for confirming script download as to make script downloads within ↵Bryan Hoyle1-0/+1
scripts noticable
2011-08-24Merge remote branch 'origin/master'Bryan Hoyle1-8/+12
2011-08-24Working tpt.getscriptid(<string: id>). Retrieves and runs a script from onlineBryan Hoyle1-1/+0
2011-08-23Added "Tools" menu.savask1-6/+9
2011-08-20Changes to unify mouse and keyboard events for LuaSimon Robertshaw1-2/+3
2011-08-19Menu scrolling for 'special' menuSimon Robertshaw1-20/+22
2011-08-19Memory leaks and uninitialised value in catalogue_uijacksonmj1-1/+3
2011-08-19Reorganise a lot of Python console stuffSimon Robertshaw1-3/+6
2011-08-16Added PGRV and NGRV for positive and negative gravity tools (sortof like air ↵Bryan Hoyle1-2/+2
and vac, but with gravity)
2011-07-24Fix infinite dialogs when unable to open a save from the websitejacksonmj1-1/+1
2011-07-12Line snapping (hold down Alt when drawing a line)jacksonmj1-12/+12
Specific element select changed to Ctrl+Alt
2011-07-12Fix line/box erase for decor layerjacksonmj1-2/+2
2011-07-09Merge all GOL types into PT_LIFE, behaviour is determined by ctypeSimon Robertshaw1-0/+40
2011-07-06Basic clipboard_push_text support for linuxjacksonmj1-0/+48
2011-07-06Better favourite removal and download counts for the future]Simon Robertshaw1-4/+28
2011-06-27Better photons for persistent display, ability to toggle gravity view (ctrl+g)Simon Robertshaw1-0/+2
2011-06-25Fix save buttonSimon Robertshaw1-1/+1
2011-06-25Strip extension when savingSimon Robertshaw1-0/+5
2011-06-25Keep opened filesSimon Robertshaw1-3/+33
2011-06-25Visual Studio fixesjacksonmj1-28/+50
2011-06-25Fix issues with local saving when using scale:2jacksonmj1-1/+2
2011-06-25Decor brush shape, and fix big thumb not changing when page changedjacksonmj1-0/+5
2011-06-15Fix save_filename crashSimon Robertshaw1-2/+2
2011-06-14Fix small visual issues and crash when folder doesn't existSimon Robertshaw1-6/+6
2011-06-14Fix sim-options iconSimon Robertshaw1-1/+1
2011-06-14Add access to the local saving featuresSimon Robertshaw1-13/+26
2011-06-13Local saving UISimon Robertshaw1-0/+126
2011-06-13Local save loading - Fix screen buffer issues and scrollingSimon Robertshaw1-47/+75
2011-06-12Local save loading (WIP)Simon Robertshaw1-0/+263
2011-06-11Fix a load of memory leaksjacksonmj1-28/+29
Also fix some compiler warnings (missing headers, wrong pointer type for modf, etc) and move variable declarations for Visual Studio.
2011-06-09A-Heat toggle for Simulation optionsSimon Robertshaw1-17/+31
2011-06-09Image for server savingSimon Robertshaw1-3/+5
2011-06-08message_box and input for Lua API, also autorun.luaSimon Robertshaw1-1/+70
2011-06-08Loads of error messages for lua, and hopefully fix lua stack overflowjacksonmj1-1/+1
Also fix game exiting when an error occurs in a step function. Returning -1 seems to prevent lua from restoring the stack to the state it was in before the C function call - see bottom of luaD_precall() in lua source (ldo.c)
2011-06-08Fix favourites remove buttonjacksonmj1-11/+8
2011-06-03Fix semi-large thumbnailsSimon Robertshaw1-3/+23