jacksonmj
22b3ae9275
Fix tpt.get_name and limit tpt.log message length
2011-06-08 12:47:46 +01:00
jacksonmj
e182e7422c
Loads of error messages for lua, and hopefully fix lua stack overflow
...
Also fix game exiting when an error occurs in a step function.
Returning -1 seems to prevent lua from restoring the stack to the
state it was in before the C function call - see bottom of
luaD_precall() in lua source (ldo.c)
2011-06-08 12:47:19 +01:00
jacksonmj
43a4544a13
Fix favourites remove button
2011-06-08 12:47:09 +01:00
jacksonmj
2ddb24d5b0
Fix WL_DESTROYALL for fast particles; and no H2 ignition from SPRK
...
H2 igniting from spark causes too many problems for electrolysis
2011-06-08 12:47:03 +01:00
savask
54aa148325
Bubbles now don't pop because of gases.
2011-06-04 19:14:26 +01:00
savask
7f245483a2
Some fixes for stick mans.
2011-06-04 19:12:21 +01:00
savask
e42e7d019e
Some work on frozen bubbles.
2011-06-05 01:09:02 +08:00
savask
a48e477fca
Moved detach(i) function to powder.c, made soap display connections when
...
it's double-joined, made portal in detach soap before teleportating
(works strangely)
2011-06-05 01:09:02 +08:00
Simon Robertshaw
fcb67622ff
Added the ability to use legacy commands (prepend with a \!)
2011-06-04 14:43:18 +01:00
Simon Robertshaw
97cc3488eb
Mercury
2011-06-04 14:05:22 +01:00
Simon Robertshaw
8a5e566b77
Stairstepping for downscaling
2011-06-04 12:37:24 +01:00
Simon Robertshaw
b850abe347
Fix setting of temp, x and y particle properties
2011-06-04 12:10:14 +01:00
Simon Robertshaw
41d8e316cd
Use bilinear interpolation for everything
2011-06-03 23:54:08 +01:00
Simon Robertshaw
45e91c15b2
Bilinear interpolation for resampling
2011-06-03 23:36:26 +01:00
Simon Robertshaw
417a57b57a
Fix semi-large thumbnails
2011-06-03 22:35:57 +01:00
Simon Robertshaw
b32683e99c
Favourites interface improvements
2011-06-03 18:54:25 +01:00
Simon Robertshaw
3f072d9bc3
Better step function registration
2011-06-03 13:58:48 +01:00
Cracker64
e3ef7f05f0
some more deco editor changes. Right click deletes decoration again.
2011-06-02 20:24:02 +01:00
jacksonmj
469de0cae0
Fix air-particle heat transfer
...
Heat transfer rate is proportional to temperature difference.
Previously, the code caused the temperature change to be proportional to
absolute temperature.
2011-06-02 20:19:46 +01:00
jacksonmj
744854ef36
Speed up update_PIPE
...
By making it call rand() once instead of 6 times.
2011-06-02 20:19:28 +01:00
jacksonmj
099ab10a37
Walls no longer limit fast particles to 2 pixels per frame
2011-06-02 20:19:18 +01:00
jacksonmj
bc44af6a0b
INVS should leave photons alone when under pressure
2011-06-02 20:19:10 +01:00
Simon Robertshaw
289f4e4e4e
Change console info
2011-06-02 20:16:43 +01:00
Simon Robertshaw
a7330b9b26
tpt.set_property implementation
2011-06-02 18:49:31 +01:00
Simon Robertshaw
c003fee63e
Ambient heat (disabled by default)
2011-06-01 20:18:19 +01:00
Simon Robertshaw
3d600c6955
Add gravity field manipulation to Lua api, move gravity processing to after the particle update (Means a delay of 1 frame, but we get the ability to manipulate the field with Lua)
2011-06-01 12:16:33 +01:00
Simon Robertshaw
2c8c4bc567
Pass mouse coordinates (mousex, mousey, mouseb, mousebq) and Lua click handling
2011-05-31 18:38:13 +01:00
Simon Robertshaw
2327d9678d
implement create and delete functions
2011-05-31 17:07:38 +01:00
Simon Robertshaw
03a048afe5
Add calm blue text colour, buffer overflow fix for richtext
2011-05-31 00:33:47 +01:00
Simon Robertshaw
7a875dd846
Fix buffer overflow with huge error message
2011-05-31 00:05:01 +01:00
Simon Robertshaw
b0659e3dd1
Step code registration, just an example at the moment
2011-05-30 20:11:34 +01:00
Simon Robertshaw
d5f1a4cfd0
Many methods for Lua console
2011-05-30 19:44:17 +01:00
Simon Robertshaw
cad644824d
Defaults for tpt.drawtext method
2011-05-30 18:25:02 +01:00
Simon Robertshaw
d8051926c8
More descriptive error messages for lua console
2011-05-30 18:15:56 +01:00
Simon Robertshaw
65252aa002
drawtext for Lua
2011-05-30 16:45:39 +01:00
Simon Robertshaw
79a27c2c90
Basics for Lua
2011-05-30 16:22:39 +01:00
Simon Robertshaw
5dcc3dbb44
Rich text syntax
...
TODO: Link hovering
2011-05-29 17:00:31 +01:00
Simon Robertshaw
e35440fe59
MOTD on search page
2011-05-29 14:30:22 +01:00
jacksonmj
4fd97b93b4
Large speed improvement for QRTZ
...
Also prevent growing when sparked.
2011-05-29 13:38:53 +01:00
jacksonmj
7750cf8ccd
Improve decoration in blob view, exclude from life and heat view
2011-05-29 13:38:39 +01:00
jacksonmj
f603e33e74
Small speed improvement to eval_move
...
Warning: may be buggy, test thoroughly.
2011-05-29 13:36:11 +01:00
jacksonmj
5e414e64dc
Fix WIND decoration, and reset dcolour in create_part
2011-05-29 13:35:00 +01:00
jacksonmj
a2c171fbf9
Remove remaining references to old decorations buffer
2011-05-29 13:34:50 +01:00
jacksonmj
6a2f357efd
Revert "Pass decorations to saving functions (doesn't actually save yet)"
...
This reverts commit 7fe99f3210
.
Conflicts:
src/main.c
2011-05-29 13:34:37 +01:00
Simon Robertshaw
a40d1dc121
Decorations saving
2011-05-28 20:37:26 +01:00
Simon Robertshaw
577ad4eb47
Gravity state now saved
2011-05-28 18:54:12 +01:00
Simon Robertshaw
232595c209
Fix image decompression
2011-05-28 18:15:05 +01:00
Simon Robertshaw
2795970639
Some debug info for image decoding
2011-05-28 18:05:05 +01:00
Simon Robertshaw
4c4b457cab
Full thumbnails for open_ui
2011-05-28 17:16:12 +01:00
Simon Robertshaw
95e51bc7f4
Render uses resample_img
2011-05-28 15:29:33 +01:00
Simon Robertshaw
edc6339369
Render changes
2011-05-28 14:57:07 +01:00
Simon Robertshaw
380a45a4c9
Image resampling for thumbnails
2011-05-28 14:19:01 +01:00
Simon Robertshaw
abb0ceb981
Use PTi for thumbnails in game browser
...
TODO: Better scaling/resampling
2011-05-28 13:54:23 +01:00
Simon Robertshaw
2c7b8a6902
Fix renderer, add image decode/code methods
2011-05-28 13:49:07 +01:00
jacksonmj
ab7cd2e5f6
Skip some calls to do_move for liquids
...
No liquid can occupy the same space as itself unless in E-Hole
2011-05-28 18:51:57 +08:00
jacksonmj
420f8e7442
Make NBHL/NWHL eat things in the same way as BHOL/WHOL
...
Also make ANAR move opposite to Newtonian gravity
2011-05-28 18:51:57 +08:00
jacksonmj
6e9cbfdb4a
Fix STKM always going through walls
...
Now behaves as normal, i.e. only occasionally goes through walls.
Walls which completely block all particles are in the pmap with type
0xFF. ptypes[] doesn't go up to 0xFF, so ptypes[0xFF].state will not
necessarily result in an answer that gives correct behaviour for walls.
2011-05-28 18:51:57 +08:00
Simon Robertshaw
5919cefa85
Decorations are per particle TODO: remove references to the decorations buffer
2011-05-27 14:44:56 +01:00
Simon Robertshaw
7bf0ac10f6
Add some potential HTTP response codes
2011-05-24 19:57:08 +01:00
Simon Robertshaw
2a1e51abff
temp fix for linux compilation
2011-05-24 15:11:25 +01:00
Simon Robertshaw
a52344f399
Decorations improvements
2011-05-24 15:01:18 +01:00
Simon Robertshaw
2d9e0b75e4
jacksonmj's decorations commit
2011-05-24 14:57:46 +01:00
Simon Robertshaw
453c69d39a
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
2011-05-24 14:55:29 +01:00
Simon Robertshaw
eafcdf8ec9
Improve error handling on display initialisation
2011-05-24 14:54:14 +01:00
jacksonmj
ee39c06152
Decorations toggle and brush size keys
2011-05-24 21:49:08 +08:00
jacksonmj
fc4de9640c
Fix sim options description, GOO and DEUT
2011-05-24 21:49:08 +08:00
Simon Robertshaw
dadac37264
Move Diamond into solids menu, add gravity elements
2011-05-20 13:00:34 +01:00
Simon Robertshaw
c932552aed
Message notifications on login
2011-05-20 12:42:36 +01:00
Simon Robertshaw
1622974c0a
Fix message notifications for non-elevated users
2011-05-19 21:41:13 +01:00
jacksonmj
603844f97f
Fix DEUT explosion
2011-05-19 22:53:24 +08:00
jacksonmj
7482e4d071
Small fix for liquid and powder movement
2011-05-19 22:53:23 +08:00
jacksonmj
68c4d6d621
Make sure WIND can't be created
...
Revert this if the element number is reused for something useful
2011-05-19 22:53:23 +08:00
jacksonmj
e4b03fb2e2
Photons and neutrons go through portal instead of reflecting
2011-05-19 22:53:23 +08:00
Simon Robertshaw
af68469f6a
pthread Win32 static linking
2011-05-19 15:32:50 +01:00
Simon Robertshaw
3ff800ec9a
Message notification changes
2011-05-19 08:08:59 +01:00
Simon Robertshaw
9d70d60ee9
New message notification on session check TODO: Clickable link to conversations on website
2011-05-16 12:46:08 +01:00
Simon Robertshaw
1ddff1ad3b
Runtime fullscreen toggle TODO: Fix bug that prevents from closing the window after a fullscreen toggle
2011-05-15 20:40:08 +01:00
Simon Robertshaw
d8e7c82f1c
Fix n-gravity toggle
2011-05-15 19:45:45 +01:00
Cracker64
9d20d6af82
Decoration has a color menu. GoL uses less memory(17MB less), and probably a bit faster.
2011-05-14 13:46:10 +01:00
jacksonmj
e675fb3cc1
Fix crash with negative lava ctype
...
E.g. "set type prti lava"
2011-05-14 13:44:44 +01:00
jacksonmj
203c3a0151
Translate invisible particles to decorated diamond when loading
2011-05-14 13:44:22 +01:00
jacksonmj
7fe99f3210
Pass decorations to saving functions (doesn't actually save yet)
2011-05-14 13:44:02 +01:00
jacksonmj
cbfc73d8d6
Turn WIND into a tool
2011-05-14 13:43:51 +01:00
jacksonmj
26dbf70709
Fix overlapping particles
2011-05-14 13:39:40 +01:00
jacksonmj
882a839205
Fix high speed photons when reflecting near glass
2011-05-14 13:39:14 +01:00
Simon Robertshaw
fa54c005b2
Use properties for life decrement/kill
2011-05-14 13:38:52 +01:00
Simon Robertshaw
73f2f9f57f
fix neutron cloning
2011-05-14 13:34:06 +01:00
jacksonmj
c23124e0d7
Shrink draw_tool_xy
2011-05-14 13:28:24 +01:00
Simon Robertshaw
16f014b06a
Move wall drawing to graphics.c
2011-05-14 13:28:02 +01:00
Simon Robertshaw
d0f236d6b9
Condition variable instead of busy wait
2011-05-14 13:21:44 +01:00
Simon Robertshaw
33eb485c9f
Revert "-a"
...
This reverts commit 550d270af2
.
2011-05-14 13:09:46 +01:00
Simon Robertshaw
550d270af2
-a
2011-05-14 13:02:36 +01:00
Simon Robertshaw
3196690b03
Runtime scale switching
2011-05-13 10:44:39 +01:00
Simon Robertshaw
351565c6e2
Fix some thread sync and gravity sync issues
2011-05-12 18:45:14 +01:00
Simon Robertshaw
ee962dc8bb
Newtonian gravity toggle, disabled by default
2011-05-12 18:04:29 +01:00
Cracker64
59bd280fad
ANAR changes, WHOL absorbs ANAR and gets colder. ANAR burns with CFLM strangely.
2011-05-05 20:38:30 +01:00
jacksonmj
b5a334c2af
Improve piling of powders
2011-05-05 20:36:14 +01:00
jacksonmj
59d9071e87
Make damp sponge much less flammable
...
Also make evaporation cool the sponge better
2011-05-05 20:35:17 +01:00
jacksonmj
0aa4970b33
Remove some unnecessary checks
2011-05-05 20:35:08 +01:00
jacksonmj
892a2b11c7
Make middle click work with photon map
2011-05-05 20:34:22 +01:00
jacksonmj
9a3836879e
H2 burns from spark, lava, plasma; O2 burns from plasma
2011-05-05 20:34:05 +01:00
jacksonmj
a7b5718c6a
Fixes for previous commit
...
Previous commit caused buggy movement in walls
2011-05-05 20:33:42 +01:00
jacksonmj
ddaed2ad69
Slight speed improvement for liquids and powders
2011-05-05 20:33:09 +01:00
jacksonmj
7543a3d05e
Fix plut lava
...
type already set to ctype and ctype already cleared, whoops.
2011-05-05 20:31:46 +01:00
savask
f0c5960b56
Some work on bubbles. Added "bubble x,y" command to console.
...
Also made them save like regular soap.
2011-05-05 20:24:42 +01:00
savask
3ea306cc77
Some changes to soap.
2011-05-05 20:24:21 +01:00
Simon Robertshaw
5aefd0cb01
Initial soap commit
2011-05-05 20:14:35 +01:00
Simon Robertshaw
fb408ab82b
Revert "Dem bubbles"
...
This reverts commit 607572cf0d
.
2011-05-05 20:08:13 +01:00
unknown
607572cf0d
Dem bubbles
2011-05-05 19:58:30 +01:00
Simon Robertshaw
981e17927b
Fix BMTL and gravity breaking
2011-04-26 16:57:04 +01:00
Simon Robertshaw
06c0949beb
Gravity breaks elements like pressure does (Doesn't work for broken metal and needs tweaking a little)
2011-04-26 16:46:57 +01:00
Simon Robertshaw
75d5cc3d04
Fix for non-diff mode
2011-04-26 16:18:43 +01:00
Simon Robertshaw
061d6ba7af
Gravity: only calculate the difference
2011-04-26 16:15:23 +01:00
Simon Robertshaw
b26648e6ae
Fix pause with gravity and test deuterium improvements
2011-04-25 20:41:45 +01:00
Cracker64
24f5905020
portal now uses particles as storage, so it keeps everything.
2011-04-25 19:00:27 +01:00
Simon Robertshaw
4c153d2f34
gravmutex = NULL not liked by some compilers (It's not actually correct anyway)
2011-04-25 16:59:04 +01:00
Simon Robertshaw
28d9328959
Dialog box for changing simulation options, gravity toggle needs implementing
2011-04-25 16:39:28 +01:00
jacksonmj
7b82eae82e
Jacksonmj: Move console functions into seperate file
2011-04-25 12:07:55 +01:00
Simon Robertshaw
aef09292ee
Allow negative gravity
2011-04-24 20:18:00 +01:00
Cracker64
3a541dfcbb
visual studio fixes
2011-04-24 20:04:16 +01:00
Cracker64
0ccd04b848
More decoration improvements. still TODO: text boxes that will change current color, as well as display current color. A menu with some basic color swatches.
2011-04-24 20:04:05 +01:00
Cracker64
88995a5910
line/box tool for decorations, some other things.
2011-04-24 20:04:01 +01:00
Simon Robertshaw
3acf9aae2a
Asynchronous thread for gravity processing
2011-04-24 17:49:33 +01:00
Simon Robertshaw
db427e4cdd
Dear PSTE
...
Nobody likes you
Sincerely, Everyone
2011-04-23 21:20:32 +01:00
Cracker64
085ea571b8
fix in RGB_to_HSV.
2011-04-23 14:01:03 +01:00
Cracker64
bd8de4c842
Decorations! ,still messing with it. It does not save currently. TODO: fix typing in boxes to update the color. Line/box tools. Some basic color selections like an element menu.
2011-04-23 14:00:51 +01:00
jacksonmj
aa3f475edc
Stricter frame rate limiting
2011-04-23 07:52:59 +08:00
jacksonmj
3e1ff2094c
Fix WTRV formed from burning firework dust
2011-04-23 07:52:59 +08:00
jacksonmj
3bfa39ecf3
Fix crash when setting fan direction with caps lock on
2011-04-23 07:52:59 +08:00
jacksonmj
f3b341c7b2
Remove limit on size of console scripts
...
Also fix regex to work with x,y instead of needing x+0,y+0
2011-04-23 07:52:59 +08:00
jacksonmj
9fb965f59d
Restrict temperature in DEUT explosion
2011-04-23 07:52:58 +08:00
Simon Robertshaw
13ff21bb22
Gravitaaaay (Needs tweeking for performance)
2011-04-22 17:06:09 +01:00
Simon Robertshaw
31d76df948
Fix returns for Coal code
2011-04-21 14:15:15 +01:00
Cate
635be04c16
Added the same IF to COAL for consistency, seems to work. Changed Ctypes to PT_Names instead of equivilent numbers.
2011-04-19 18:10:03 +01:00
Simon
743b7dffce
bcol Catelite merge
2011-04-19 18:09:36 +01:00
Simon
d37bd56eb6
'M' For selected element swap, 'dae' var for showing a selected element box upon element change (not implemented)
2011-04-17 20:34:54 +01:00
jacksonmj
8d8cc909bb
Ensure invisible photons get killed
2011-04-16 17:27:25 +01:00
jacksonmj
96d2587f29
Make high life lcry, pcln, pump, hswc graphics more boring
2011-04-16 17:27:03 +01:00
jacksonmj
1c771d1ea4
Photons and neutrons through portal
2011-04-16 17:26:54 +01:00
jacksonmj
466a6b2ccb
Whoops, missing header for exe_name
2011-04-16 17:26:29 +01:00
jacksonmj
24808344f4
Fix some memory leaks in save build/parse
2011-04-16 17:26:18 +01:00
jacksonmj
d6a28b6427
Use malloc in transform_save
...
Should fix crashes on Windows caused by stack overflow
2011-04-16 17:26:07 +01:00
Simon
605c957955
<.< >.> Nobody saw that...
2011-04-13 21:39:46 +01:00
Simon
f20bedd3de
info_box for renderer
2011-04-12 12:51:43 +01:00
Simon
664b578d13
Fix segfault with renderer
2011-04-12 12:39:28 +01:00
Simon
67531c2434
Game save renderer
2011-04-12 12:19:21 +01:00
Simon
7be136ddee
Distilled water instead of water from H2+O2
2011-04-10 11:47:49 +01:00
Simon
422fcc68ec
Better Oxygen/Hydrogen burning
2011-04-10 11:38:29 +01:00
Simon
9216675f41
And that's the last of the warnings
2011-04-08 15:44:13 +01:00
Simon
6c3ac2af5c
Remove more warnings
2011-04-08 15:39:55 +01:00
Simon
626cc8fa6a
Remove a TON of warnings
2011-04-08 15:28:57 +01:00
Simon
60039b531e
Bizarre solid uses Bizarre colour system
2011-04-08 15:13:19 +01:00
Simon
92b2cb70bd
Revert "Portal orbital effects stop more smoothly"
...
This reverts commit 29e41a0a0c
.
2011-04-08 14:33:13 +01:00
Simon
f8f8b71869
Re-add install hotkey, removed in astyle commit
2011-04-08 13:10:35 +01:00
jacksonmj
c36c90e800
Workaround for some argument parsing bugginess
2011-04-08 11:11:48 +01:00
jacksonmj
40c4dde34a
Document icons for linux
2011-04-08 11:11:30 +01:00
jacksonmj
6ac508a5de
Start register_extension support for linux
...
Also fix a limitation on the length of open: paths
2011-04-08 11:11:20 +01:00
jacksonmj
75f6ea610a
More sensible types for path lengths
...
Now uses the types given in the path function declarations
2011-04-08 11:11:03 +01:00
jacksonmj
4aeac8b316
Also register .stm extension in Windows
2011-04-08 11:10:52 +01:00
jacksonmj
29e41a0a0c
Portal orbital effects stop more smoothly
...
When fe==0, dots finish moving to destinations before disappearing
2011-04-08 11:10:41 +01:00
jacksonmj
63f3f90c55
Improve PRTI orbital effects
...
Prevent ugly positioning of orbital effects when PRTI is surrounded but still taking in particles
2011-04-08 11:10:28 +01:00
jacksonmj
cbbce662cc
Electrolysis produces H2
2011-04-08 11:10:16 +01:00
jacksonmj
30f2b3217c
More accurate H2O ratio when forming water
2011-04-08 11:10:01 +01:00
Simon
767d73c5fc
astyle
2011-04-08 11:09:42 +01:00
jacksonmj
1bdf72be1a
Some fixes for H2
2011-04-08 11:06:50 +01:00
Simon
a2edfa11b8
Installer
2011-04-06 13:48:41 +01:00
Simon
5e03aae7b3
Register extension
2011-04-06 13:37:28 +01:00
Simon
ca02640ebb
Avoid potential overflow when pasting long text strings
2011-04-06 13:14:13 +01:00
Cracker64
1bc97fcc37
copy and paste functions for text boxes.
2011-04-06 13:08:59 +01:00
Simon
7663192174
Copy text box for save_name_ui
2011-04-04 20:46:27 +01:00
Simon
af76611a64
Add copytext box to the footer of open_ui
2011-04-04 20:27:00 +01:00
Simon
8872a1065b
Move copybox into its own control
2011-04-04 20:02:11 +01:00
Simon
078db03a52
NULL Window handle for OpenClipboard
2011-04-04 17:22:17 +01:00
Simon
5c079443f9
clipboard_push_text implementation for WIN32, UNTESTED
2011-04-04 17:07:38 +01:00
Simon
922befd844
Fix O2 and H2 files, also fix zero life death
2011-04-04 16:40:22 +01:00
Simon
2f91bdb9bc
Register extension now sets the correct icon
2011-04-04 16:28:43 +01:00
Simon
050f71fbab
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
2011-04-04 16:26:29 +01:00
Simon
a1b1308039
Document icon
2011-04-04 16:25:48 +01:00
AntB
db406494bd
Added H2:
...
Will reduce DESL to WATR and OIL under pressure
Will fuse with O2 under pressure to make WATR
2011-04-04 23:18:26 +08:00
jacksonmj
4d80abc399
Fix neutrons crash
...
Also fix neutrons causing unwanted movement of parts[0]
2011-04-04 16:12:52 +01:00
jacksonmj
63089242a5
Successful deletion is not an error
2011-04-04 16:12:13 +01:00
jacksonmj
90f8c4f483
error_ui: wrap text and change message box height to fit
...
Stops banned user message overflowing out of message box
2011-04-04 16:11:37 +01:00
jacksonmj
45b1b2bc96
Fix banned user message
...
error_ui does not support separate title text
2011-04-04 16:11:16 +01:00
jacksonmj
bff7d73a64
Fix crashes when pasting on top of walls
2011-04-04 16:11:05 +01:00
jacksonmj
68f9b59f08
Use floats for temperature in both consoles (old and python)
2011-04-04 16:10:54 +01:00
jacksonmj
e18480006e
Clear particle data in parse_save
...
Fixes QRTZ sometimes growing when copied and pasted
2011-04-04 16:10:41 +01:00
jacksonmj
0232fc9301
Use floats for vx,vy in old console
2011-04-04 16:10:28 +01:00
jacksonmj
d2d3956e72
Improved frame rate limiting
2011-04-04 16:10:20 +01:00
jacksonmj
592b923b66
Finish WIN32 register_extension, fix Visual Studio compile
2011-04-04 16:10:03 +01:00
Simon
651208c5fb
Prevent dust residue from FWRK
...
Conflicts:
src/powder.c
2011-04-04 16:09:05 +01:00
jacksonmj
cf00540303
Restore new stamp manipulation
...
Overwritten by: Python console 2e401babb7
2011-04-04 16:06:35 +01:00
jacksonmj
a5f01099d7
console2345 always evaluates to true, check string is not empty instead
...
Also, initialise to empty strings - if sscanf does not find something to
put in a string, it will leave it unchanged.
2011-04-04 16:06:23 +01:00
Simon
a5e07a787c
Less glow for Portal
2011-04-02 16:00:39 +01:00
Simon
db2937ec79
More random explosion
2011-04-02 15:25:50 +01:00
Simon
f6b93f9ab6
Copy support for OS X
2011-04-02 00:00:19 +01:00
Simon
630ab09f63
Copy text UI
2011-04-01 22:26:29 +01:00
Simon
40abad4cca
Fix Neutrons and clone types
2011-04-01 15:21:11 +01:00
Simon
a7d5239738
Added session check fallback
2011-04-01 10:41:09 +01:00
Simon
1dee7a8da2
Fixed console message
2011-04-01 10:37:27 +01:00
Simon
c7b441602f
More PYCONSOLE macros
2011-04-01 10:19:44 +01:00
Simon
2f6bc8fe80
Move pygood and pyready outside of macro
2011-04-01 10:14:53 +01:00
Simon
9c44767e44
Move console_more declaration outside pythonconsole macro
2011-04-01 10:08:54 +01:00
Cracker64
96b93d0964
forgot to remove some EQVE stuff, wasn't working
2011-03-30 18:58:17 +01:00
Cracker64
8fc59be944
set_vx and vy fixes, float to int is not good.
2011-03-30 18:58:07 +01:00
Simon
b7a004986f
A cracker commit with some nice comments
2011-03-30 18:57:49 +01:00
Simon
3863a75877
URHG
2011-03-30 18:04:51 +01:00
Simon
a496862154
import header for exe_name for use with file association
2011-03-30 17:35:47 +01:00
Simon
03e1582997
Windows header for registry functions
2011-03-30 17:22:11 +01:00
AntB
a0f61882de
derp - added O2.c
2011-03-29 19:21:04 +01:00
AntB
f32dd71e0a
AMTR updates, releases LESS pressure, generates MORE photons and lifes that little bit longer.
2011-03-29 19:12:53 +01:00
Cracker64
53bc3b817d
QRTZ grow changes, uses ctype.
2011-03-29 18:25:11 +01:00
Cracker64
83590424b0
some keyword fixes, "from" is a reserved name.
2011-03-29 18:24:08 +01:00
Cracker64
ed244f42cb
WIND works with line tool, BOMB shine affected by velocity and flickers
2011-03-29 18:23:34 +01:00
Simon
812798d70d
64bit fixes and other
2011-03-29 17:47:53 +01:00
Lieuwe
3d71ab5582
64bit fixes, thanks a ton jacksonmj :D
2011-03-26 16:45:38 +01:00
Lieuwe
05730797d8
misc stuff
2011-03-26 16:40:03 +01:00
Simon
d17694dcc6
Added Lieuwe
2011-03-25 12:03:51 +00:00
Simon
e69c6a4dd3
Typo
2011-03-25 11:57:04 +00:00
Simon
66edafa4fa
Added some file association for Windows, NOT TESTED YET
2011-03-25 11:10:01 +00:00
Simon
bc58ff1479
Message box with save ID info on new save
2011-03-24 21:34:42 +00:00
Simon
35947b644a
wtf
2011-03-24 21:21:21 +00:00
Simon
6e1e81464e
Add outline for clipboard pushing/pulling
2011-03-24 21:18:58 +00:00
Cate
175fb60cf7
Fixed spacing and fixed "clumping" with quartz generating from life with Cracker help. console: set life qrtz 10000 is very lol
2011-03-24 20:10:04 +00:00
Cate
7bfe412e29
Cracker suggestion, fixed newly generated Quartz to always have color of previous particle it was created from. Makes cool patterns. Also increased speed.
2011-03-24 20:09:32 +00:00
Simon
bb0907bc96
Fix underflow/segfault from negative ctypes and debug text
2011-03-24 20:08:44 +00:00
Simon
82d0d63be9
Awesome QRTZ from Cate
2011-03-24 20:06:22 +00:00
Simon
b538a760d0
Fix text overflow for large life values
2011-03-24 19:57:33 +00:00
Simon
3ab47ae9d7
Effects for PRTO and PRTI
2011-03-24 19:41:45 +00:00
Simon
fe90c86fa1
SING pops when it runs out of life
2011-03-24 15:47:44 +00:00
Simon
df005748fc
Open file command line
2011-03-23 11:54:47 +00:00
Simon
a7f028a62a
Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-Toy
2011-03-23 11:43:09 +00:00
jacksonmj
32e05a6adc
Fix crashes when saving
2011-03-22 20:58:17 +00:00
Simon
2e401babb7
Python console
2011-03-22 17:58:52 +00:00
Simon
c096b2b14a
More cracker fixes
2011-03-22 17:25:29 +00:00
Simon
7d56b33589
Fix some WIND bugs
2011-03-22 17:14:45 +00:00
Simon
cf4572ec5f
Fixes from jacksonmj
2011-03-22 16:15:41 +00:00
jacksonmj
df27f8420d
Fix crash when trying to move to invalid co-ordinates
2011-03-21 16:26:58 +00:00
Lieuwe
d7cfbed2cd
cleanup :D
2011-03-19 15:49:36 +01:00
jacksonmj
993fb876c9
Fix stickmen photons and neutrons
2011-03-19 12:00:53 +00:00
Lieuwe
6c000478f2
changed zip filename
2011-03-18 23:10:38 +01:00
jacksonmj
f316b1fdb9
Remove redundant rotate/invert code and correct rotation direction
2011-03-18 20:14:19 +00:00
jacksonmj
d46a3bdcb0
Better rotation and inversion, also does single pixel translation
2011-03-18 19:33:38 +00:00
jacksonmj
d924a5554a
Matrices and vectors, to make coding next commit more pleasant
2011-03-18 19:33:10 +00:00
Lieuwe
7e27282b92
you can now disable(tpt.disable_python) or enable(python) the python console :D
2011-03-18 19:42:23 +01:00
Lieuwe
96959503cd
now warns about a disabled python console.
2011-03-18 19:02:09 +01:00
Lieuwe
8b22ca5064
no longer crashes on mangled console.py and other python initialisation errors.
2011-03-18 17:23:08 +01:00
Lieuwe
9c39875ef0
...
2011-03-18 17:04:51 +01:00
jacksonmj
56f966b4db
Add some arguments to save build/parse functions
...
To make clipboard manipulation easier.
2011-03-18 12:41:36 +00:00
Cracker64
6ef9f0300e
check bounds for wind, causes some funny glitches though.
2011-03-18 00:35:09 +00:00
jacksonmj
1802c160c4
Remove code to delete SPAWN when stickman produced
...
Code doesn't actually do anything in official source, due to operator
precedence and lack of brackets.
2011-03-18 00:26:12 +00:00
jacksonmj
b2252ce9b2
Fix incorrect pitch in sdl_seticon
...
Was causing garbled icon on linux. 16 pixels * 4 bytes per pixel = 64, not 128.
2011-03-17 22:08:36 +00:00
jacksonmj
3b3a173dc9
Remove neutrons from pmap
2011-03-17 21:42:07 +00:00
Lieuwe
bc8af4e210
fuck the wrong branch. also, particle delete function.
2011-03-17 18:59:42 +01:00
Lieuwe
295b384466
fixed keyrepeat api call
2011-03-17 16:35:00 +01:00
Cracker64
15deb1145b
PRTO fix
2011-03-16 20:49:33 +00:00
jacksonmj
a6dabf2072
Visual Studio
2011-03-16 19:09:12 +00:00
Cracker64
ffc3e0a5ee
PRTO fix
2011-03-16 14:58:58 -04:00
Lieuwe
b4a3b12d3d
broke stuff
2011-03-16 16:53:20 +01:00
jacksonmj
0208410952
flood_parts uninitialised variable
2011-03-16 11:39:31 +00:00
Lieuwe
a7408b93c0
nother bugfix
2011-03-15 21:05:19 +01:00
Lieuwe
5066ecab0c
small bugfix
2011-03-15 20:59:37 +01:00
Lieuwe
f7bd1198b1
MERGE
2011-03-15 20:48:23 +01:00
Lieuwe
fe5e4a6ddc
64bit really fixed now, does need PYEXT to be defined tho.
2011-03-15 20:09:23 +01:00
Lieuwe
34051303cf
no need to include tpt_console.py on 64bit anymore.
2011-03-15 19:18:31 +01:00
jacksonmj
3b7cf24757
Display element contained by PIPE in debug mode
2011-03-15 15:57:12 +00:00
jacksonmj
db91bd37f0
Display photon wavelengths in HUD
2011-03-15 15:47:09 +00:00
Lieuwe
c073c73c56
another 64bit fix
2011-03-14 22:17:26 +01:00
Lieuwe
67b68e32ff
this might fix the python console on 64bit without #define PYEXT
2011-03-14 21:37:02 +01:00
Lieuwe
c33f6adae7
added #define PYEXT so you can use an external tpt_console.py on 64bit OSes
2011-03-13 18:45:40 +01:00
jacksonmj
72a4490bb5
Save ID is useful, so display it!
2011-03-12 18:12:29 +00:00
jacksonmj
24e053ca62
Limit length of save title and username at bottom of screen
2011-03-12 17:08:35 +00:00
jacksonmj
0a3b44ee14
Update fancy mode to use the new GLOW graphics
2011-03-12 14:01:58 +00:00
Cracker64
a3cc010aae
forgot some files, and a few fixes, set commands use 'setfrom' instead of 'from' as a keyword, wind brush fixes.
2011-03-11 20:58:43 -05:00
jacksonmj
fbae5fb16a
Flashing BRAY fix
...
We should just be thankful that negative life will not save correctly...
2011-03-10 23:50:20 +00:00
Cracker64
3b048f8a06
merge merge merge
2011-03-10 15:43:27 -05:00
Simon
2339084d15
Remove some redundant code
2011-03-10 18:30:28 +00:00
Simon
4942cc14b0
Testing commit
2011-03-10 18:19:31 +00:00
Simon
9699477e9e
Alter year, useless commit
2011-03-10 17:58:27 +00:00
Simon
0ded22493e
Fix makefile for OS X
2011-03-09 18:01:53 +00:00
Lieuwe
db07c1ee0c
added #define to disable PYCONSOLE
2011-03-09 15:41:50 +01:00
Cracker64
ca1cd0da06
check bounds for wind, causes some funny glitches though.
2011-03-07 00:32:04 -05:00
Lieuwe
51f994f8d5
COMMIT DAMNIT
2011-03-06 21:08:18 +01:00
Lieuwe
f599959efe
more work on the chat client, it now supports nick changes
2011-03-06 15:39:50 +01:00
Lieuwe
11a7be5c68
added irc client extension, it only listens for now.
2011-03-05 21:41:11 +01:00
Lieuwe
d6d661c434
keyboard/mouse handling
2011-03-05 20:08:41 +01:00
Lieuwe
20b6a64228
moar graphics stuff
2011-03-05 17:50:05 +01:00
Lieuwe
5cb538f081
got draw_pixel and draw_text to work
2011-03-05 17:09:37 +01:00
Lieuwe
6596155c8a
trying to get a putpixel command working but it segfaults atm
2011-03-05 15:54:47 +01:00
Lieuwe
85a2ba9a6e
implemented a step hook and modified the makefile to call getheader.py
2011-03-05 15:09:15 +01:00
Simon
30462ec28d
Python console changes
2011-03-04 11:14:34 +00:00
Lieuwe
04f4a0d9fe
Merge branches 'pyconsole_internal' and 'master' into pyconsole_internal
2011-03-03 21:18:14 +01:00
Lieuwe
0a9ea3819f
Merge branch 'master' of https://github.com/FacialTurd/The-Powder-Toy
2011-03-03 21:14:28 +01:00
Lieuwe
fc70b5bb78
tpt_console.py now internal
2011-03-03 21:12:57 +01:00
Lieuwe
eab871c774
getheader now compiles python files
2011-03-03 20:33:48 +01:00
Lieuwe
9f8811159c
pulled some code by cracker which makes output even more awesome :P
2011-03-03 19:38:06 +01:00
Cracker64
9e8b7440ba
a get_pmap and get_prop function for python so fancier scripts can be made. Made a demo of increasing element type by one, import example, example.increment()
2011-03-02 23:30:04 -05:00
Simon
920e589d62
Enable key repeat for console
2011-03-02 22:22:46 +00:00
Cracker64
57d24f3ffa
update readme for console
2011-03-02 16:00:49 -05:00
Lieuwe
364759ff08
python console
2011-03-03 04:54:19 +08:00
Cracker64
9fffbb88da
console things, set commands use keywords for arguments.
2011-03-02 15:43:20 -05:00
jacksonmj
647ff2bff0
Fix some potential crashes, better handling of empty server responses
2011-03-03 04:07:12 +08:00
jacksonmj
e055eb5893
Fix ETRD not conducting correctly to adjacent particles
2011-03-03 04:07:12 +08:00
Cracker64
20edfacae5
fix "water spark bounce"
2011-03-03 04:05:51 +08:00
Cracker64
4f4796b469
INST works with caps lock/replace mode, and fix some replace mode out of screen crashes.
2011-03-03 04:05:51 +08:00
Cracker64
13e90886c1
fix "water spark bounce"
2011-03-01 13:33:10 -05:00
Cracker64
30ceffa46d
INST works with caps lock/replace mode, and fix some replace mode out of screen crashes.
2011-02-28 19:48:53 -05:00
jacksonmj
57630e561d
Fix some potential crashes, better handling of empty server responses
2011-02-26 20:58:22 +00:00
jacksonmj
ded7bdf30d
Merge branch 'upstream' into dev
...
Conflicts:
src/main.c
2011-02-26 19:32:51 +00:00
Lieuwe
5387f235f9
python console
2011-02-26 11:49:23 +01:00
jacksonmj
a972644c4f
Fix ETRD not conducting correctly to adjacent particles
2011-02-24 19:24:37 +00:00
Simon
669a672b3d
Pretty transparent console
2011-02-24 18:04:08 +00:00
Simon
fd6f6c5406
WIND from cracker!
2011-02-24 17:11:05 +00:00
Cracker64
83d89ad4cd
rename drag to wind
2011-02-24 00:52:37 -05:00
Cracker64
bf24a26139
forgot powder.h, and renamed drag to wind
2011-02-24 00:51:09 -05:00
Cracker64
98a61e0e20
a drag tool!
2011-02-24 00:26:37 -05:00
Cracker64
a53d956d8d
transparent console....
2011-02-23 21:55:33 -05:00
Cracker64
879dd43e31
Fix GoL to not set gol2 on other things
2011-02-24 09:16:17 +08:00
jacksonmj
3011367eb0
Fix particles displaced by liquids moving to overlapping positions
2011-02-24 09:15:39 +08:00
jacksonmj
a64c202834
Fix lava freezing point
2011-02-24 09:15:39 +08:00
jacksonmj
71a6654c03
Fix particles displaced by liquids moving to overlapping positions
2011-02-24 00:57:13 +00:00
jacksonmj
7ecaa16362
Fix lava freezing point
2011-02-23 21:15:54 +00:00
Simon
1b9b1752a7
Switch life to ctype for, photons apparently use the GLOW ctype for something
2011-02-23 20:54:11 +00:00
Simon
5d4d815ad3
Fancier glow, now affected by Velocity, Pressure and Heat
2011-02-23 20:35:02 +00:00
Cracker64
cf80586ddc
Fix GoL to not set gol2 on other things
2011-02-23 13:33:36 -05:00
Simon
0028dc8431
Increase debug coords string buffer to prevent crashes
2011-02-23 17:15:25 +00:00
Cracker64
9b3c25227a
Reduce GoL lag
2011-02-24 01:04:43 +08:00
Cracker64
bdcc6e3fba
Reduce GoL lag
2011-02-22 20:55:50 -05:00
Cracker64
a8439f221e
updating
2011-02-22 20:55:09 -05:00
Simon
417b740d46
Make the help screen a bit cleaner
2011-02-22 17:51:51 +00:00
jacksonmj
c9725c6004
Merge branch 'upstream' into dev
...
Conflicts:
src/main.c
2011-02-22 15:18:04 +00:00
Simon
a84234dcd4
Improvement to scrolling menu
2011-02-22 00:51:01 +00:00
Simon
bb0b4e6802
UI improvements for elements menu
2011-02-21 17:57:17 +00:00
Simon
383eaff5b2
Sound and scripts are opt-in, to speed up loading and closing
2011-02-21 16:24:03 +00:00
Simon
064579c9e4
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
2011-02-21 16:10:05 +00:00
jacksonmj
6f2965d0d0
Zoom key conflict with international keyboards
...
Change zoom key to only use keysym.sym, like all the other keyboard
controls. This may mean it is no longer the 'z' key on all
systems, but will prevent it conflicting with the
other keyboard controls.
2011-02-22 00:08:20 +08:00
jacksonmj
1419337374
Reduce overlap of HUD text when in debug/beta mode
...
Also reduce duplication of some HUD code
2011-02-22 00:08:20 +08:00
jacksonmj
dc35feeac9
Fix console preventing window from closing
2011-02-22 00:05:52 +08:00
jacksonmj
ac7eda80a5
Zoom key conflict with international keyboards
...
Change zoom key to only use keysym.sym, like all the other keyboard
controls. This may mean it is no longer the 'z' key on all
systems, but will prevent it conflicting with the
other keyboard controls.
2011-02-20 22:47:08 +00:00
jacksonmj
317ddab617
Reduce overlap of HUD text when in debug/beta mode
...
Also reduce duplication of some HUD code
2011-02-20 20:55:47 +00:00
jacksonmj
b3278cf888
Fix some compiler warnings
2011-02-20 20:46:26 +00:00
jacksonmj
1ae599d63e
Fix console preventing window from closing
2011-02-20 19:08:50 +00:00
Simon
9002a87d61
Notication of authentication improvement
2011-02-19 19:28:39 +00:00
Simon
1307af5c57
Fix saving of display mode from keys and fix persistent display
2011-02-19 18:59:07 +00:00
jacksonmj
e640e2dd42
Always save last display mode
2011-02-19 15:51:10 +00:00
jacksonmj
a2091ede76
Move reset code to own function
...
Also clear persistent view when loading a save or clearing the screen.
2011-02-19 15:41:44 +00:00
jacksonmj
72e6fdd9f6
Preventing creation of invalid types also prevented use of air/temp tools
2011-02-19 07:07:08 +08:00
jacksonmj
df8c13cc58
create_box improvements
...
Boxes now have sharp corners - they fill only the specified rectangle and not 1 pixel extra
on all sides.
2011-02-19 07:06:22 +08:00
jacksonmj
81ce5d74cc
Crash when element with invalid type is created
...
Generally due to an invalid ctype for clone.
2011-02-19 07:06:22 +08:00
jacksonmj
1b23302513
FLAG_STAGNANT usage lost during rewrite
2011-02-19 07:06:21 +08:00
jacksonmj
dab9f85024
Fix incorrect liquids movement
2011-02-19 07:06:21 +08:00