Все игры для KolibriOS

Entertainment for 5 minutes, hours, days
  • hidnplayr wrote:New stack uses interrupts rather then polling the cards, new stack tries to use a 'zero copying' approach while old stack copies packets from one place to another, multiple times, this increases CPU usage and decreases performance.
    This is what I initially thought. So actually Mario was right, and new stack has better performance, although it's not related to using DMA vs PIO mode.
  • yogev_ezra wrote:
    hidnplayr wrote:New stack uses interrupts rather then polling the cards, new stack tries to use a 'zero copying' approach while old stack copies packets from one place to another, multiple times, this increases CPU usage and decreases performance.
    This is what I initially thought. So actually Mario was right, and new stack has better performance, although it's not related to using DMA vs PIO mode.
    Correct.
    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." Albert Einstein
  • HedgeWars написаны на Паскале, порт FreePascal есть. Правда, придется всё это линковать с физическими библиотеками и SDL, которые, в свою очередь, написаны на Си. Я думаю, что это доставит определенные проблемы, но ничего невозможного нет. Я оцениваю время на "запускающуюся" версию порта в 3-4 недели работы неоптыного любителя, или 1-2 недели опытного.
  • hidnplayr
    Spoiler:We expected more!
    cereal-guy-hey.png
    cereal-guy-hey.png (12.29 KiB)
    Viewed 11396 times
    Всем чмоки в этом проекте! Засуньте эти 11 лет себе в жопу!
  • Добавил в Reversi вывод счёта (r3924).
  • Собрал "Ну погоди!" из исходников. Вверху должен быть счёт, но его нет. Все изображения вроде бы присутствуют...
    Attachments
    7.png
    7.png (122.38 KiB)
    Viewed 11230 times
  • нужно еще добавить файл font8x9.bmp который я брал из папки kfar
    http://websvn.kolibrios.org/filedetails ... ont8x9.bmp
  • Не работает управление в игре Red Square.
    Из хаоса в космос
  • Leency wrote:Не работает управление в игре Red Square.
    Починено в r4917
  • Спасибо!
    Из хаоса в космос
  • IgorA wrote:Новая версия программы life3, отличия от предыдущей версии:

    Code: Select all

    C:\kolibri\localcopy\programs\games\life3\trunk>fasm life3.asm
    flat assembler  version 1.71.21  (1048576 kilobytes memory)
    life3.asm [15]:
    include '../../nu_pogodi/trunk/mem.inc'
    error: file not found.
    
    Сделаем мир лучше!
  • Seems to fix it:

    Code: Select all

    @@ -1,3 +1,5 @@
    +format binary as ""
    +
     use32
     	org 0x0
     	db 'MENUET01' ;идентиф. исполняемого файла всегда 8 байт
    @@ -12,8 +14,7 @@ use32
     include '../../../macros.inc'
     include '../../../proc32.inc'
     include '../../../develop/libraries/box_lib/load_lib.mac'
    -include '../../nu_pogodi/trunk/mem.inc'
    -include '../../nu_pogodi/trunk/dll.inc'
    +include '../../../dll.inc'
    
    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." Albert Einstein
  • CleverMouse и hidnplayr спасибо, исправил в 5092
  • Я настроила автосборку reversi из исходников в r5111.
    Сделаем мир лучше!
  • Who is online

    Users browsing this forum: No registered users and 2 guests