| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-12-06 | Fix missing render_mode array change when switching to some display types. | Simon Robertshaw | 1 | -15/+22 | |
| 2011-12-02 | cmodes closer to what they used to be, change icons | Jacob1 | 1 | -8/+33 | |
| 2011-11-18 | New tables in lua API: el and version: element ids and version info ↵ | Simon Robertshaw | 1 | -1/+8 | |
| respectively. New lua functions: element (get element id from name) and element_func for hooking/overriding element update functions | |||||
| 2011-11-18 | Live parts rendering for render_ui | Simon Robertshaw | 1 | -0/+1 | |
| 2011-11-18 | Smaller radio buttons | Simon Robertshaw | 1 | -1/+1 | |
| 2011-11-18 | Larger radio boxes | Simon Robertshaw | 1 | -34/+19 | |
| 2011-11-18 | Radio buttons for some options. | savask | 1 | -9/+85 | |
| Conflicts: src/interface.c | |||||
| 2011-11-18 | Added back heat gradient display | Jacob1 | 1 | -26/+41 | |
| 2011-11-18 | Better looking icons in render_ui | Jacob1 | 1 | -9/+53 | |
| 2011-11-18 | Add blob display back. Also fix small nothing mode bug. | Jacob1 | 1 | -4/+4 | |
| 2011-11-18 | Add back in number keys to change render/display/color _mode variables | Jacob1 | 1 | -0/+111 | |
| 2011-11-14 | More stuff for render_uI | Simon Robertshaw | 1 | -0/+17 | |
| 2011-11-14 | Colour mode and display mode added to render_ui | Simon Robertshaw | 1 | -25/+138 | |
| 2011-11-13 | Basic render modes for Render_ui | Simon Robertshaw | 1 | -1/+103 | |
| 2011-11-12 | Replace cmode with more flexible render options, TODO: Saving and render ↵ | Simon Robertshaw | 1 | -114/+7 | |
| options UI | |||||
| 2011-11-12 | Listbox for Property tool property field | Simon Robertshaw | 1 | -51/+135 | |
| 2011-11-12 | open_ui: Load correct thumbnail for dated saves | Simon Robertshaw | 1 | -1/+15 | |
| 2011-11-12 | Fix memory leaks and thumb caching for datestamped saves | Simon Robertshaw | 1 | -6/+34 | |
| 2011-11-12 | Merge pull request #51 from atlaua/master | Simon Robertshaw | 1 | -2/+6 | |
| todo resolved | |||||
| 2011-11-12 | Fix a few things in stamps browser | jacksonmj | 1 | -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-03 | Prevented a malloc-related problem in interface.c from occuring. | atlaua | 1 | -2/+6 | |
| 2011-10-26 | Merge latest FIGH additions | Simon Robertshaw | 1 | -20/+20 | |
| 2011-10-26 | Made a special structure for stick mans. | savask | 1 | -20/+20 | |
| 2011-10-26 | Fix compilation with OpenGl disabled | Simon Robertshaw | 1 | -1/+2 | |
| 2011-10-25 | Fix another blending issue and search_ui display clearing | Simon Robertshaw | 1 | -0/+1 | |
| 2011-10-25 | Merge latest with graphicstest | Simon Robertshaw | 1 | -1/+47 | |
| 2011-10-22 | Fix Options meny in scale:2 and make tooltip more readable | Simon Robertshaw | 1 | -0/+2 | |
| 2011-10-21 | Quick options menu | Simon Robertshaw | 1 | -0/+45 | |
| 2011-10-14 | Remove unused pixel buffer | jacksonmj | 1 | -1/+0 | |
| 2011-10-13 | Allow use of OpenGL enabled surface for future use | Simon Robertshaw | 1 | -1/+1 | |
| 2011-10-10 | Send user authentication for update downloads | Simon Robertshaw | 1 | -0/+4 | |
| 2011-09-30 | Logout is saved to prefs | Simon Robertshaw | 1 | -2/+7 | |
| 2011-09-30 | Added extra functions to FILT (determined by tmp, modes are convert, filter ↵ | Simon Robertshaw | 1 | -2/+146 | |
| and add, convert is default). Added property edit tool, changes the properties of materials | |||||
| 2011-09-29 | Freeing "filename" here would cause problems as everything is taken care of ↵ | Simon Robertshaw | 1 | -3/+0 | |
| later on. | |||||
| 2011-09-29 | Bugfix: Fixed a segmentation fault in confirm_ui() | atlaua | 1 | -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-26 | Fix lighten/darken tools so they work with different display pixel formats | jacksonmj | 1 | -2/+2 | |
| 2011-09-24 | Detect updates by build number, make confirm box autosize, also fix bug ↵ | Simon Robertshaw | 1 | -12/+22 | |
| where config file is read before data dir is set (Therefore reading the wrong file) | |||||
| 2011-09-21 | Water level equalization test! In options menu, or tpt.watertest() . | cracker64 | 1 | -8/+21 | |
| 2011-09-19 | Tool menu in deco editor, Lighten/Darken tools. | cracker64 | 1 | -18/+86 | |
| 2011-09-19 | Deco editor improvements. Editable color text boxes! Hit enter when done ↵ | cracker64 | 1 | -55/+97 | |
| editing. | |||||
| 2011-09-10 | Fix various memory leaks, as noted by Merkil/cppcheck | Simon Robertshaw | 1 | -3/+8 | |
| 2011-09-05 | Visual Studio fixes | jacksonmj | 1 | -1/+1 | |
| 2011-08-30 | Fixes: HUD for fast PIPE, PIPE contents disappearing when next to walls, ↵ | jacksonmj | 1 | -1/+0 | |
| scrolling special menu, and parts_lastActiveIndex | |||||
| 2011-08-29 | Zoom toggle, alt+z | jacksonmj | 1 | -5/+8 | |
| 2011-08-24 | Small ui for confirming script download as to make script downloads within ↵ | Bryan Hoyle | 1 | -0/+1 | |
| scripts noticable | |||||
| 2011-08-24 | Merge remote branch 'origin/master' | Bryan Hoyle | 1 | -8/+12 | |
| 2011-08-24 | Working tpt.getscriptid(<string: id>). Retrieves and runs a script from online | Bryan Hoyle | 1 | -1/+0 | |
| 2011-08-23 | Added "Tools" menu. | savask | 1 | -6/+9 | |
| 2011-08-20 | Changes to unify mouse and keyboard events for Lua | Simon Robertshaw | 1 | -2/+3 | |
| 2011-08-19 | Menu scrolling for 'special' menu | Simon Robertshaw | 1 | -20/+22 | |
