Jump to content

Canardia

Developers
  • Posts

    4,127
  • Joined

  • Last visited

Blog Comments posted by Canardia

  1. You should have made your own Forum in first place, it would have saved a lot of lost data and time. I've made like 10 different forums from scratch, so it's not really a big deal, takes about 2 days to make a whole new forum software, and it's fun ;)

  2. Most new people don't know how skilled and fast Josh is, because in the last few years he has been too busy with the website and developing the next generation of Leadwerks Engine. However, I think that once LE3 is out, we will see amazingly fast bug fixes and new request implementations, since he has then nothing else to take his time. I don't see any reason for LE4 yet, which would be probably voxel based, because there is no real GPU support for voxel based engines yet. Maybe it starts when idTech6 comes out.

  3. Also that is taken care of. Already today, the torrent sites have changing IPs, which can never be shutdown or tracked. They just are there, forever. You really need to find the solution on mental side, not on technological.

  4. We've seen in the past that acts to try to eliminate piracy, only lead to more piracy. Like the DRM protection, it was supposed to be uncrackable, but it was cracked faster than any other protection so far, because it gave pirates a huge motivation to crack it. Any software can be cracked always, that's a fact that will never change. SOPA will only lead to more piracy as well, because that's the way how things go.

  5. If you automatically disable sound when pressing the Home button, there should be also an option to let the sound play, because that's sometimes wanted, for example when making a music player with LE3. Not sure if physics can be left running too, but it would be good, if there is some realtime game which depends of physics over time, so it should not stop when pressing Home (Home is actually like Alt-Tab on Windows). But like in Windows, the programmer should be able to choose whether he wants the game to sleep when AppSuspeded() is true, or if he wants it to keep running.

  6. That was the 2nd patch, so it's about 84+6, but some files were updated twice, so it's at most 84+6. Probably exactly 88, since 90-2 = 88, and engine.dll and engine_debug.dll were the only files which were updated twice. Not sure what additional 1 file you got, maybe you had changed some file in the SDK and it was then replaced with the official version.

  7. 84 files to update.

    There is now also a Engine_noconsole.exe included, which allows to run Lua games without the additional DOS window.

    Update completed in 147 seconds.

    It seems the BlitzMax files were forgotten.

    The engine.dll seems to be missing CountModelLODEntities, or it is defined wrongly.

    The engine.dll has still version number 2.5 which makes it really hard to see if the projects have the latest engine.dll - it should be 2.51 because a header update is needed since there are new commands and features.

  8. It seems the backup still failed a bit, since not all new posts were restored.

    I wonder why you need to even touch or restore the database, as the PHP code should be completely seperate from the SQLite3 database.

    Also a professional restore should be never done per whole database, but rather write a PHP script which checks for individual records in the actual and backup and only fixes the differences.

  9. I so want to use this crowd AI in a mini game like Leeroy Jenkins :P

    You aggro one enemy, run away and because he has aggro on you, every other enemy who sees the enemy who has aggro to you will aggro you too. Soon you have all the enemies chasing your arse.

  10. Does it also support detours, so the enemy AI can not be predicted so easily? I saw in your code at the end of the video that you set an array on weights to 1.0f, so maybe one could set "wrong" weights to simulate a detour? For example when the shortest path is full of sentry guns and traps, a detour with smaller weights would make the enemy travel a safer path.

×
×
  • Create New...