summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-03Fix stickman head in rendererjacksonmj1-0/+1
2011-06-27Better photons for persistent display, ability to toggle gravity view (ctrl+g)Simon Robertshaw1-4/+11
2011-06-25Keep opened filesSimon Robertshaw1-2/+4
2011-06-25Allow changing of stkm spawn element by setting ctypejacksonmj1-2/+2
2011-06-25Check particle exists in tpt.set_property, and sdl_scale mouse coords for Lua...jacksonmj1-1/+1
2011-06-25Use malloc in parse_save to avoid stack overflowjacksonmj1-1/+4
2011-06-25Include ambient heat in undojacksonmj1-0/+2
2011-06-25Fix gravmap build up during repeated frame steppingjacksonmj1-0/+5
2011-06-25Fix soap stamp crashes, and fix stkm head colourjacksonmj1-1/+1
2011-06-14Add access to the local saving featuresSimon Robertshaw1-29/+60
2011-06-11Fix a load of memory leaksjacksonmj1-3/+3
2011-06-09Gravity zoningSimon Robertshaw1-0/+23
2011-06-08Clean up signs when readingSimon Robertshaw1-0/+1
2011-06-08message_box and input for Lua API, also autorun.luaSimon Robertshaw1-0/+3
2011-06-08Less blurry thumbnail scalingSimon Robertshaw1-2/+2
2011-06-08Loads of error messages for lua, and hopefully fix lua stack overflowjacksonmj1-1/+1
2011-06-01Ambient heat (disabled by default)Simon Robertshaw1-2/+7
2011-06-01Add gravity field manipulation to Lua api, move gravity processing to after t...Simon Robertshaw1-7/+7
2011-05-31Pass mouse coordinates (mousex, mousey, mouseb, mousebq) and Lua click handlingSimon Robertshaw1-6/+8
2011-05-30Basics for LuaSimon Robertshaw1-0/+29
2011-05-29Small speed improvement to eval_movejacksonmj1-0/+1
2011-05-29Fix WIND decoration, and reset dcolour in create_partjacksonmj1-1/+1
2011-05-29Remove remaining references to old decorations bufferjacksonmj1-6/+2
2011-05-29Revert "Pass decorations to saving functions (doesn't actually save yet)"jacksonmj1-12/+11
2011-05-28Decorations savingSimon Robertshaw1-2/+106
2011-05-28Gravity state now savedSimon Robertshaw1-3/+15
2011-05-28Render uses resample_imgSimon Robertshaw1-2/+2
2011-05-28Render changesSimon Robertshaw1-26/+39
2011-05-28Fix renderer, add image decode/code methodsSimon Robertshaw1-14/+29
2011-05-24Decorations improvementsSimon Robertshaw1-16/+3
2011-05-24jacksonmj's decorations commitSimon Robertshaw1-0/+14
2011-05-24Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-6/+16
2011-05-24Improve error handling on display initialisationSimon Robertshaw1-4/+11
2011-05-24Decorations toggle and brush size keysjacksonmj1-5/+15
2011-05-24Fix sim options description, GOO and DEUTjacksonmj1-1/+1
2011-05-19Fix message notifications for non-elevated usersSimon Robertshaw1-5/+8
2011-05-19pthread Win32 static linkingSimon Robertshaw1-1/+8
2011-05-19Message notification changesSimon Robertshaw1-4/+9
2011-05-16New message notification on session check TODO: Clickable link to conversatio...Simon Robertshaw1-2/+21
2011-05-15Runtime fullscreen toggle TODO: Fix bug that prevents from closing the window...Simon Robertshaw1-1/+2
2011-05-15Fix n-gravity toggleSimon Robertshaw1-0/+1
2011-05-14Translate invisible particles to decorated diamond when loadingjacksonmj1-0/+12
2011-05-14Pass decorations to saving functions (doesn't actually save yet)jacksonmj1-12/+12
2011-05-14Turn WIND into a tooljacksonmj1-3/+3
2011-05-14Move wall drawing to graphics.cSimon Robertshaw1-0/+3
2011-05-14Condition variable instead of busy waitSimon Robertshaw1-3/+11
2011-05-13Runtime scale switchingSimon Robertshaw1-0/+6
2011-05-12Fix some thread sync and gravity sync issuesSimon Robertshaw1-4/+17
2011-05-12Newtonian gravity toggle, disabled by defaultSimon Robertshaw1-16/+36
2011-05-05Make middle click work with photon mapjacksonmj1-1/+3