Search found 104 matches

by OttoRobba
Sat Sep 05, 2015 7:14 am
Forum: General
Topic: Deprecated Features and the Wiki
Replies: 24
Views: 8533

Re: Deprecated Features and the Wiki

This is already done, they just aren't removed from the docs. See 0.10.0 No, that would be the change log. The Atom documentation allows you to revise the entire API across all versions. As an example, suppose you need to use Atom's CommandRegistry. You can see how it was modified in every version:...
by OttoRobba
Fri Sep 04, 2015 8:10 pm
Forum: General
Topic: Deprecated Features and the Wiki
Replies: 24
Views: 8533

Re: Deprecated Features and the Wiki

Something like this would be amazing:

https://atom.io/docs/api/v1.0.11/Atom

What could be done, for deprecated features, is adding a note to them explaining that they were deprecated at version x
by OttoRobba
Sat Jul 19, 2014 6:45 pm
Forum: General
Topic: Getting a feel for different notation
Replies: 0
Views: 1266

Getting a feel for different notation

Hey fellas. Testing out APIs and different notations - It got me thinking on how others see the situation and what is easier/more accessible. Currently, in order to draw a circle and animate it's X property, this is what we do in LÖVE: local x = 100 love.draw = function() love.graphics.circle("...
by OttoRobba
Sat Jul 19, 2014 1:25 am
Forum: Ports
Topic: Punchdrunk - Another Love-to-Web tool.
Replies: 22
Views: 25060

Re: Punchdrunk - Another Love-to-Web tool.

Pretty damn cool, kudos!

As punchdrunk improves, it would be awesome to have it being used in the wiki for examples and whatnot :D
by OttoRobba
Thu Jul 17, 2014 10:00 pm
Forum: General
Topic: writing mantainable code
Replies: 7
Views: 4916

Re: writing mantainable code

I see you have quite a few files already but I'm always in favour of breaking your code into even smaller files (even if it means more files). I tend to do it like this: --modules/obj_manager.lua local activeInstances = require "modules/instances" --rest of code --modules/instances.lua ret...
by OttoRobba
Sun Jul 06, 2014 7:37 pm
Forum: General
Topic: confused somewhat
Replies: 17
Views: 8685

Re: confused somewhat

It can be a little bit confusing.
I generally prefer closure OOP - which I honestly find a lot simpler to do and manage.

Lua-users has a wiki page with explanations on the apporaches to Lua's oop.
by OttoRobba
Sun Jul 06, 2014 7:24 pm
Forum: Ports
Topic: [DEPRECATED] Experimental iOS port (LÖVE 0.9.2)
Replies: 129
Views: 125221

Re: Experimental iOS port (LÖVE 0.9.x)

slime wrote:it's almost as stable as the Android port.
Nice, very, very nice. :D
by OttoRobba
Wed Jul 02, 2014 8:03 pm
Forum: Libraries and Tools
Topic: Love Fiddle - A tool for sharing Love snippets on the web
Replies: 27
Views: 15320

Re: Love Fiddle - A tool for sharing Love snippets on the we

This is so incredibly cool.

I love the progress you have made with Punchdrunk :D
by OttoRobba
Mon Jun 30, 2014 7:14 pm
Forum: General
Topic: how does one learn to develop?
Replies: 6
Views: 4420

Re: how does one learn to develop?

The fact that you mind is blown when you look at the work of others is great - it is a sign that you understand enough to know the hard work and beauty of the craft. If you know that making a 2 minute stop-motion animation is hard work, watching Wallace and Gromit will dazzle you. My path as a devel...
by OttoRobba
Sat Jun 28, 2014 6:17 pm
Forum: Ports
Topic: [DEPRECATED] Experimental iOS port (LÖVE 0.9.2)
Replies: 129
Views: 125221

Re: Experimental iOS port (LÖVE 0.9.x)

Hey Slime, has there been any major changes on the iOS branch so far? I'm mostly concerned with possibly game-breaking bugs (the listed known bugs I can work around).