4
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
something went wrong in the last merge, fixing
rlafuente
as Ricardo Lafuente
More... about 16 years ago
merging Francesco's wonderful additions
rlafuente
as Ricardo Lafuente
More... about 16 years ago
took out float conversion for live variables, this might introduce some weirdness; tried to fix the animation redrawing loop, but it's not there yet
rlafuente
as Ricardo Lafuente
More... about 16 years ago
added fullscreen mode to sbot for command-line use too More... about 16 years ago
added fullscreen mode, as a toggle button in run menu of shoebot-ide and as right-click options in drawing window More... about 16 years ago
in shoebot-ide console window, set font to monospace and error text now is in italic style More... about 16 years ago
changed text colors of console window, now errors are red (more error-like), system messages are white and stdout is black More... about 16 years ago
minor changes to shoebot-ide console window, added a color tag for sort of system messages, cleaned and documented the code More... about 16 years ago
hack to shoebot-ide console window, in order to treat differently stdout and stderr, stdout now is colored in red, while stderr uses the color set for TextView instance More... about 16 years ago
done gtk standard 'about' dialog More... about 16 years ago
added poor-man about item to menu. it uses error console-window. waiting for a standard about dialog More... about 16 years ago
changed the layout of shoebot-ide interface from vertical, to horizontal, it seems cleaner and fits better in wide monitors. aspect ratio is near to golden ratio More... about 16 years ago
changed the default text in error-console More... about 16 years ago
fixed an issue that showed with scripts with a draw() statement but without setup() More... about 16 years ago
modified background and text color of shoebot-ide console window, in order to make it more 'console style' More... about 16 years ago
got rid of gtkexcepthook.py. bye bye More... about 16 years ago
inserted shoebot-ide main window and error console in a VPaned widget, so now they are resizable by dragging the seaprator, introduced a default message in error console explaining its function More... about 16 years ago
reverted back shoebot-ide error console to editable mode, so window can be cleared by just selecting and deleting old messages More... about 16 years ago
added scrollabar automatic policy to error-console in shoebot-ide More... about 16 years ago
minor enhancements to shoebot-ide error console More... about 16 years ago
moved the error gtk console stuff from gtkui to shoebot-ide and integrated with main ide window, under the script area. works rather well More... about 16 years ago
minor edit. cleaned useless commented-out lines More... about 16 years ago
now console window refreshes correctly while script is executing. i've get rid of StringIO stuff and directly added a write() method to ConsoleWindow class, that this way can become directly the new target for sys.stdout and sys.stderr. it can probably be improved, but it works More... about 16 years ago
first working prototype of gtk console window catching stdout and stderr More... about 16 years ago
Merge More... about 16 years ago
changed animation render loop to account for rendering time More... about 16 years ago
moved gtkexcepthook to shoebot-ide, in order to leave errors displayed in console when using sbot -w More... about 16 years ago
added FRAME to Bot and fixed stupid mistakes; added Nodebox animation examples, and Hypnoval and WishyWorm work!
rlafuente
as Ricardo Lafuente
More... about 16 years ago
first stab at implementing animation support
rlafuente
as Ricardo Lafuente
More... about 16 years ago
Merge
rlafuente
as Ricardo Lafuente
More... about 16 years ago