summaryrefslogtreecommitdiff
path: root/src/elements/prti.c
AgeCommit message (Collapse)AuthorFilesLines
2012-11-17Remove old codeSimon Robertshaw1-97/+0
2012-05-07Change pipe and portal to check element type using properties instead of ↵jacksonmj1-2/+2
falldown and state
2012-05-06Added GPLv3+ license headers to all files in src/elements/Aditya Vaidya1-0/+15
2012-03-14Fix portals being ugly and PRTO effects not being random at firstJacob11-2/+2
2012-03-13Fix fighters not going through portals correctlyjacksonmj1-0/+3
2011-08-27Remove blocking walls from pmapjacksonmj1-4/+0
2.5% speed increase on a screen full of water
2011-08-20Change portal so that randomness never causes a particle to exit the same ↵jacksonmj1-13/+15
side it came in
2011-06-04Moved detach(i) function to powder.c, made soap display connections whensavask1-0/+4
it's double-joined, made portal in detach soap before teleportating (works strangely)
2011-04-25portal now uses particles as storage, so it keeps everything.Cracker641-4/+2
2011-04-16Photons and neutrons through portaljacksonmj1-15/+22
2011-04-08Revert "Portal orbital effects stop more smoothly"Simon1-9/+13
This reverts commit 29e41a0a0cfb9a83802fc3a3fe283a6d272b3331.
2011-04-08Portal orbital effects stop more smoothlyjacksonmj1-13/+9
When fe==0, dots finish moving to destinations before disappearing
2011-04-08Improve PRTI orbital effectsjacksonmj1-1/+2
Prevent ugly positioning of orbital effects when PRTI is surrounded but still taking in particles
2011-04-08astyleSimon1-8/+8
2011-04-04Finish WIN32 register_extension, fix Visual Studio compilejacksonmj1-2/+2
2011-03-30A cracker commit with some nice commentsSimon1-1/+10
2011-03-24Effects for PRTO and PRTISimon1-1/+31
2011-02-07Prevent crashes in the event of ridiculous temperaturesjacksonmj1-0/+2
2011-01-28Change include file for element update functionsjacksonmj1-1/+1
2011-01-13Merge element state into ptypes.jacksonmj1-1/+1
All of the pstates array except .state was replaced by ptransitions.
2011-01-11Small fixes and cleanupjacksonmj1-1/+1
2011-01-11Merge branch 'upstream' into devjacksonmj1-0/+1
2011-01-10More update functions cleanup.jacksonmj1-9/+8
2011-01-09Better channel handlingjacksonmj1-4/+2
2011-01-07Some more function pointersjacksonmj1-0/+32