Overview
Comment: | Allow number pad keys to be used in the class/image selection menu in the level editor. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1b9b4757453a46d86e1a1987fa3fabd2 |
User & Date: | user on 2021-05-01 01:10:08.182 |
Other Links: | manifest | tags |
Context
2021-05-01
| ||
01:29 | Implement "and ... then" and "or ... then" blocks. check-in: 2f48f45b15 user: user tags: trunk | |
01:10 | Allow number pad keys to be used in the class/image selection menu in the level editor. check-in: 1b9b475745 user: user tags: trunk | |
2021-04-30
| ||
03:25 | Explain what a Hamster archive is in the documentation. check-in: be6023c165 user: user tags: trunk | |
Changes
Modified edit.c
from [58dde81db5]
to [7224dafdb1].
︙ | |||
464 465 466 467 468 469 470 | 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 | - - - - + + + + - + | img=imglist[i]; } if(ev.button.button==3 || ev.button.button==2) add_mru(cl,img); if(ev.button.button==2) return; goto redraw; case SDL_KEYDOWN: switch(ev.key.keysym.sym) { |
︙ | |||
494 495 496 497 498 499 500 | 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 | - + - + - + - + - + - + | continue; } } } ++namei; } goto redraw; |
︙ |