p1plp1

Results 13 issues of p1plp1

even with game paused after some hours running: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 13716.0x2398] 0x77498e19 in ntdll!RtlIntegerToUnicodeString () from C:\Windows\system32\ntdll.dll backtrace: #0 0x77498e19 in ntdll!RtlIntegerToUnicodeString ()...

DataSourceDOS::get_sound(size_t index) { needs to be bugfixed for sound with if (index == 62), when this resource is played it bubles only once and then high tone beeeep noise only...

two bugs: -after game start there is problem with music loop - it plays track 0,1,2,3 and then because of bad construction of music loop nonexist 4, simplest fix is...

original game runs in protected mode and it is also inpossible to run it on 8086 8088 80286 etc. even with 16 or 32mb ram, because 8086 and 8088 doesnt...

enhancement

after a day trying to get cmake work, trying different versions of cmake, mingw setting up variables, etc. i can say: STOP USING THIS NONSENSE, it is allmost impossible to...

Building::cancel_transported_resource(Resource::Type res) { if (res == Resource::TypeFish || res == Resource::TypeMeat || res == Resource::TypeBread) { res = Resource::GroupFood; } causes error because this comparsion if (stock[i].type == res) is...

void PopupBox::draw_green_number(int sx, int sy, int n) { if (n >= 1000000000) {/*bilion*/ int ntmp = n / 1000000000; frame->draw_number(8 * sx + 8, 9 + sy, ntmp, Color::green); frame->draw_string(8...

add this to viewport.cc: bool Viewport::handle_click_right(int lx, int ly) { set_redraw(); Player *player = interface->get_player(); MapPos clk_pos = map_pos_from_screen_pix(lx, ly); if (interface->is_building_road()) { return false; } else { if ((map->get_obj(clk_pos)...

when build menu is added to mouse control to simply build using left click, yellow star isnt displayed on panel, fix panel.cc:" PanelBar::update() { if ((interface->get_popup_box() != NULL) && interface->get_popup_box()->is_displayed())...

it would be nice to add script to build bootable CD IMAGE, floppy is problem, we can add RTL8139, we can set HDD to legacy mode, but se cant add...