Search results

  1. P

    New game released: Blokz RAVE

    Very interesting results! S3 Virge looks like it needs triangle sorting like on Playstation, and another pixel format for either the textures or the backbuffer.
  2. P

    New game released: Blokz RAVE

    Version 1.5.0 has been released! https://phlogios.itch.io/blokzrave/devlog/763063/benchmarking-and-bugfixes
  3. P

    New game released: Blokz RAVE

    Apple's RAVE "software engine" does not clamp values for vertex colors, which is why the blocks looked weird before when running the game without a GPU.
  4. P

    New game released: Blokz RAVE

    Progress update: Fixed 2 graphical bugs and the game should run with much less glitches in software mode (and emulators). Stay tuned for the new version release. Will just finish work on the benchmark mode before uploading the new version.
  5. P

    New game released: Blokz RAVE

    Just a quick progress update: work has begun on the benchmarking mode. I’m setting up automated performance tests with a 3D grid of cubes. Holding option when launching the game opens up a dialog where you can select RAVE engine and/or enable benchmark mode. It will be released soon!
  6. P

    New game released: Blokz RAVE

    Yes no emulators! At the beginning of the project I actually wrote a lot of code on a Windows 98 emulator, before I bought a Dell Latitude to finish the game on real hardware. The mac port has been all-hardware, but I’ve done some testing of the game on sheepshaver to see if it works. Yes the...
  7. P

    New game released: Blokz RAVE

    Sure! I have few macs that I use to write the game and game engine: - iBook G3 Clamshell Tangerine (original 300MHz version, RAM upgraded by Apple, SSD upgrade by myself) - PowerBook G3 Pismo 400MHz (SSD upgrade), bought recently, this is my main development machine due to its silent operation...
  8. P

    New game released: Blokz RAVE

    @stynx I am working on this now. I have added a menu for choosing RAVE engine before starting the game. Benchmarking mode will come soon.
  9. P

    New game released: Blokz RAVE

    Also, very impressive collection Jonas!
  10. P

    New game released: Blokz RAVE

    My oldest is Rage integrated in Powermac 6500/300, and my newest is Radeon 9000 Pro Mac Edition. What I am observing is that if I force the game to use the ”Apple Software Renderer” engine of RAVE, I get similar behaviour as in Sheepshaver. This is good - I can fix bugs locally on my Pismo...
  11. P

    New game released: Blokz RAVE

    Thank you Jonas, that is great information to have. Everything you see on screen is rendered as either a textured triangle or gouraud triangle. I am not doing any 2D bitmap operations. I tried drawing the text using RAVE’s bitmap functions but observed slightly worse or same performance on...
  12. P

    New game released: Blokz RAVE

    Yes that is a good idea - I suspect some of the issues I’m having are related to my accelerator selection code so I will improve that a bit and let the user pick.
  13. P

    New game released: Blokz RAVE

    Yes I have one, I'll make sure to include it in a future update. It is not beautiful though!
  14. P

    New game released: Blokz RAVE

    Version 1.4 has been released with some general improvements to gameplay and performance. https://phlogios.itch.io/blokzrave/devlog/717280/gameplay-fixes Stay tuned for more improvements to performance.
  15. P

    New game released: Blokz RAVE

    Version 1.3.2 should work in Classic Mode on Tiger, give it a try and let me know if it works!
  16. P

    Would like to development a new THINK Pascal App for 68K

    Welcome to the site, I am also new here, and also a game developer. Just saw this thread now. I look forward to trying your pacman game! Compile it for PPC too if you can.
  17. P

    New game released: Blokz RAVE

    Greetings! I have released a new 3D game for Mac OS 9. https://phlogios.itch.io/blokzrave It is a free tetris-like game with 3D graphics, designed to run on an original iBook or newer. Let me know what you like or hate about it. For the programming nerds out there: the game is written in C++...
  18. P

    Quake RAVE or GLQuake will freeze a PowerMac 6500 if a dedicated graphics card is used

    Do we know the actual cause of the freeze, and if not, is there a way to find out what exactly is happening at the moment of freezing?
  19. P

    Quake RAVE or GLQuake will freeze a PowerMac 6500 if a dedicated graphics card is used

    Thank you Joevt and thank you MacJunky for taking the time! I don't understand much about how the PCI stuff works so I'm super impressed by what you are doing. I'm going to be able to test a voodoo2 card in a few days to verify that at least those work on 6500 (and not just on 6400 and TAM). It...
Top