| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-11-13 | Initial check-in of movable solids. Save/Load/Undo do not work and may crash. | Stanislaw Skowronek | 1 | -0/+10 | |
| 2013-10-29 | Iterate through signs in reverse order when seeking for click events in ↵ | Simon Robertshaw | 1 | -1/+1 | |
| order to ensure when clicking on stacked signs the top-most sign is detected | |||||
| 2013-10-26 | Only cancel click events clickable signs (not all signs) | Simon Robertshaw | 1 | -2/+5 | |
| 2013-10-19 | Spark sign tool, {b|sometext}, when the sign is clicked, the a spark will be ↵ | Simon Robertshaw | 1 | -12/+32 | |
| created at the signs position. Also MouseDown events that draw particles from being triggered when clicking on a sign | |||||
| 2013-09-08 | Include elements[].Enabled in check for invalid lava ctype | jacksonmj | 1 | -0/+10 | |
| 2013-08-30 | fix bug where when sparks were reset, ctype wasn't | jacob1 | 1 | -1/+1 | |
| 2013-08-26 | Whoops forgot to replace some redundant code related to regex | mniip | 1 | -3/+2 | |
| 2013-08-22 | specially per @savask's request, put matcher into a function | mniip | 1 | -20/+3 | |
| returns 0 if no match, returns position of pipe character if there is | |||||
| 2013-08-22 | regexless gameModel | mniip | 1 | -11/+22 | |
| 2013-08-22 | Fix sign save/topic regex. | Saveliy Skresanov | 1 | -1/+1 | |
| 2013-07-25 | instant save option option, hold ctrl when clicking a save in the save ↵ | jacob1 | 1 | -4/+4 | |
| preview to skip the entire preview and not load the comments | |||||
| 2013-07-18 | stickmen element defaults to right selected element if possible, or else ↵ | jacob1 | 1 | -1/+21 | |
| still DUST | |||||
| 2013-07-18 | logging in in the save preview will update the login button on the main screen | jacob1 | 1 | -15/+2 | |
| 2013-07-18 | add back replace mode and specific delete. Activated with insert key / ↵ | jacob1 | 1 | -0/+12 | |
| delete key, use ctrl+alt click to select what to use for the checks | |||||
| 2013-07-17 | click a preset once to select it, twice to switch to deco set tool. Prevent ↵ | jacob1 | 1 | -1/+2 | |
| changing middle selected element in the deco editor | |||||
| 2013-07-16 | save to server button is disabled when not logged in, but tags are viewable ↵ | jacob1 | 1 | -11/+6 | |
| (read only) | |||||
| 2013-07-15 | give an error when a local save isn't saved properly, instead of exiting and ↵ | jacob1 | 1 | -1/+2 | |
| pretending it worked | |||||
| 2013-07-15 | 'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you ↵ | jacob1 | 1 | -0/+9 | |
| need to press to toggle them | |||||
| 2013-07-02 | save more settings in powder.pref like ngrav_enable, aheat_enable, pretty ↵ | jacob1 | 1 | -0/+5 | |
| powders, and debug hud. Also save ambient heat in saves, and add a warning in the intro text in betas that you can't save publically | |||||
| 2013-06-21 | do ctrl+z snapshots when loading saves / stamps, makes it more predictable ↵ | jacob1 | 1 | -0/+1 | |
| to fix problems in issue #110 | |||||
| 2013-06-21 | HUD displays the correct name of LIFE particles in the HUD, show mouse ↵ | jacob1 | 1 | -9/+13 | |
| position in HUD on the edges of the screen | |||||
| 2013-06-09 | remove debug printing I accidentally included again | jacob1 | 1 | -2/+0 | |
| 2013-06-09 | fix problems with point queue, where it would draw a Point at A, a line from ↵ | jacob1 | 1 | -5/+9 | |
| A to B, and a line from B to B every frame | |||||
| 2013-06-08 | fix tpt.selectedl not changing sometimes when using the element search or ↵ | jacob1 | 1 | -6/+8 | |
| sample tool. Assume that new saves will get the auto-vote, so set that too. | |||||
| 2013-06-07 | save publishing info in the save upload ui | jacob1 | 1 | -1/+1 | |
| also fix the other crash when exiting the game from inside of one of these windows, because first Client::Shutdown would delete all active requests and only later ~Engine would delete _state, which delets the ServerSaveActivity window, which tries to close the active render request | |||||
| 2013-06-06 | fix sim.NUM_PARTS, other small changes | jacob1 | 1 | -0/+5 | |
| 2013-05-30 | some new sim and ren lua api functions | jacob1 | 1 | -1/+11 | |
| 2013-05-17 | new lua sim api functions to get/set deco color, load a save, and adjust ↵ | jacob1 | 1 | -1/+1 | |
| coordinates to the screen / zoom window | |||||
| 2013-05-17 | fix tpt.selectedl sometimes being incorrect | jacob1 | 1 | -5/+6 | |
| 2013-05-15 | finish return values for the legacy api, add sim.saveStamp and sim.loadStamp | jacob1 | 1 | -2/+5 | |
| 2013-05-15 | when called with no arguments, some tpt. functions will act as get functions ↵ | jacob1 | 1 | -8/+10 | |
| (unfinished) Also, redo some menu stuff to use int's instead of Menu *s, and fix bug with toggleable buttons being toggled without triggering their actions | |||||
| 2013-05-14 | lua simulation api functions for creating particles, walls, boxes, and walls | jacob1 | 1 | -1/+1 | |
| 2013-05-14 | rename TUGN to TUNG (more popular spelling). Broken BRMT smelts back into TUGN | jacob1 | 1 | -1/+1 | |
| 2013-05-11 | Togglable lua scripting | Simon Robertshaw | 1 | -1/+7 | |
| 2013-05-05 | Only free GameView if it can be closed | Simon Robertshaw | 1 | -5/+5 | |
| 2013-05-04 | Prevent TUGN from breaking when resetting air | Simon Robertshaw | 1 | -1/+1 | |
| 2013-04-07 | Allow signing out and editing profile from the old login button, add a ↵ | Simon Robertshaw | 1 | -0/+6 | |
| button to edit avatar (directs to the website at the moment) Allow viewing profiles by clicking avatars | |||||
| 2013-03-22 | Fix includes for GUI stuff | Simon Robertshaw | 1 | -13/+13 | |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 1 | -0/+1426 | |
