summaryrefslogtreecommitdiff
path: root/src/interface.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-06Fix missing render_mode array change when switching to some display types.Simon Robertshaw1-15/+22
2011-12-02cmodes closer to what they used to be, change iconsJacob11-8/+33
2011-11-18New tables in lua API: el and version: element ids and version info ↵Simon Robertshaw1-1/+8
respectively. New lua functions: element (get element id from name) and element_func for hooking/overriding element update functions
2011-11-18Live parts rendering for render_uiSimon Robertshaw1-0/+1
2011-11-18Smaller radio buttonsSimon Robertshaw1-1/+1
2011-11-18Larger radio boxesSimon Robertshaw1-34/+19
2011-11-18Radio buttons for some options.savask1-9/+85
Conflicts: src/interface.c
2011-11-18Added back heat gradient displayJacob11-26/+41
2011-11-18Better looking icons in render_uiJacob11-9/+53
2011-11-18Add blob display back. Also fix small nothing mode bug.Jacob11-4/+4
2011-11-18Add back in number keys to change render/display/color _mode variablesJacob11-0/+111
2011-11-14More stuff for render_uISimon Robertshaw1-0/+17
2011-11-14Colour mode and display mode added to render_uiSimon Robertshaw1-25/+138
2011-11-13Basic render modes for Render_uiSimon Robertshaw1-1/+103
2011-11-12Replace cmode with more flexible render options, TODO: Saving and render ↵Simon Robertshaw1-114/+7
options UI
2011-11-12Listbox for Property tool property fieldSimon Robertshaw1-51/+135
2011-11-12open_ui: Load correct thumbnail for dated savesSimon Robertshaw1-1/+15
2011-11-12Fix memory leaks and thumb caching for datestamped savesSimon Robertshaw1-6/+34
2011-11-12Merge pull request #51 from atlaua/masterSimon Robertshaw1-2/+6
todo resolved
2011-11-12Fix a few things in stamps browserjacksonmj1-3/+4
Incorrect number of stamps per page, pause button visible, and one page too many when stamp_count is an integer multiple of per_page. Using GRID_X/Y since those are the values used in the rest of stamp_ui
2011-11-03Prevented a malloc-related problem in interface.c from occuring.atlaua1-2/+6
2011-10-26Merge latest FIGH additionsSimon Robertshaw1-20/+20
2011-10-26Made a special structure for stick mans.savask1-20/+20
2011-10-26Fix compilation with OpenGl disabledSimon Robertshaw1-1/+2
2011-10-25Fix another blending issue and search_ui display clearingSimon Robertshaw1-0/+1
2011-10-25Merge latest with graphicstestSimon Robertshaw1-1/+47
2011-10-22Fix Options meny in scale:2 and make tooltip more readableSimon Robertshaw1-0/+2
2011-10-21Quick options menuSimon Robertshaw1-0/+45
2011-10-14Remove unused pixel bufferjacksonmj1-1/+0
2011-10-13Allow use of OpenGL enabled surface for future useSimon Robertshaw1-1/+1
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