Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix some compiler warnings | WaluigiWare64 | 2021-05-03 |
| | |||
* | update copyright year and add missing GPL headers | RSDuck | 2021-03-12 |
| | |||
* | handle edge cases properly | RSDuck | 2021-01-09 |
| | |||
* | mask off upper bits when incrementing RX addr | RSDuck | 2021-01-09 |
| | | | | fixes #931 | ||
* | use C++ style structs everywhere | RSDuck | 2021-01-02 |
| | |||
* | remove some UB | RSDuck | 2020-09-04 |
| | | | | | | | - savestates used to read a four bytes from a single byte value - a few unassigned variables - some other things - also make the ROR macro an inline function | ||
* | wifi: | Arisotura | 2020-08-19 |
| | | | | | * don't receive packets if the RX buffer is zero-sized * avoid potential out-of-bound writes | ||
* | take care of some minor details | Arisotura | 2020-06-21 |
| | |||
* | get it to atleast finish a scan without shitting itself | Arisotura | 2020-06-15 |
| | |||
* | * take nwifi forward some | Arisotura | 2020-06-15 |
| | | | | | * shut up CP15 printf's for Fx0 * fix bugs | ||
* | update copyright years | Arisotura | 2020-02-14 |
| | |||
* | start differenciating between direct and indirect LAN modes. | Arisotura | 2019-03-04 |
| | | | | indirect mode will use regular sockets and not pcap. | ||
* | start work on non-direct mode. reply to DHCP discover frame. | Arisotura | 2019-02-23 |
| | |||
* | also, update copyright name | Arisotura | 2019-01-22 |
| | |||
* | redesign main emu loop to use timestamps instead of being a trainwreck | StapleButter | 2019-01-05 |
| | | | | | | | | * cleaner code * faster in some cases * more accurate (on-demand compensation for timers and GPU) * less prone to desyncs * overall betterer | ||
* | aight, wifi done | StapleButter | 2018-10-18 |
| | |||
* | fixor copyright years. | StapleButter | 2018-09-15 |
| | |||
* | wifi: implement increment for txheader[4] | StapleButter | 2018-01-04 |
| | |||
* | wifi: | StapleButter | 2017-12-19 |
| | | | | | * fix BSSID/MAC check when receiving packets * safeguard AP auth/deauth so local MP doesn't trigger it | ||
* | wifiAP: basic support for probereq/auth/assoc/deauth/deassoc | StapleButter | 2017-12-18 |
| | |||
* | start working on melonAP. | StapleButter | 2017-12-18 |
| | | | | it sends beacons! | ||
* | wifi: more shit | StapleButter | 2017-12-18 |
| | |||
* | actually init pcap etc | StapleButter | 2017-12-17 |
| | |||
* | Fix bitwise operation precedence. | Anthony J. Bentley | 2017-12-06 |
| | |||
* | comment out some unwanted printf's | StapleButter | 2017-12-07 |
| | |||
* | wifi: little fix related to replies (when the address isn't set, don't try ↵ | StapleButter | 2017-06-22 |
| | | | | to adjust the TX header) | ||
* | wifi: tiny fix (bad TXSTAT after MP host transfer) | StapleButter | 2017-06-20 |
| | |||
* | wifi: fix for MP replies. | StapleButter | 2017-06-18 |
| | | | | | clean up code. make packet logging conditional. | ||
* | wifi: another little fix | StapleButter | 2017-06-18 |
| | |||
* | wifi: fix reception of MP replies | StapleButter | 2017-06-18 |
| | | | | (still not working, don't catch fire Ndymario) | ||
* | send empty reply when no MP reply is configured | StapleButter | 2017-06-16 |
| | |||
* | emulate RXTXADDR. receive packets progressively instead of all at once. | StapleButter | 2017-06-15 |
| | |||
* | implement RFSTATUS/RFPINS values for TX and RX | StapleButter | 2017-06-15 |
| | |||
* | more accurate MP reply | StapleButter | 2017-06-15 |
| | |||
* | wifi: more correct IRQ behavior, time MP replies better. | StapleButter | 2017-06-15 |
| | |||
* | wifi: proper TX/RX status switch and RX check | StapleButter | 2017-06-15 |
| | | | | readme: little update | ||
* | wifi: fix IRQ14 emulation. other fixes and attempts. | StapleButter | 2017-06-13 |
| | |||
* | wifi: attempt at further MP functionality (reply, ack). not working. ugly. | StapleButter | 2017-06-09 |
| | |||
* | * fix TX logic again | StapleButter | 2017-06-07 |
| | | | | | * add multiplayer CMD slot * misc fixes | ||
* | wifi: cmd timer | StapleButter | 2017-06-05 |
| | |||
* | wifi: fix TX start logic (it is possible to write TXREQ then TXLOC) | StapleButter | 2017-06-05 |
| | |||
* | * bump version number | StapleButter | 2017-06-04 |
| | | | | | * implement 32bit reads to keypad registers * also implement RCNT more properly | ||
* | draft APIs for threading in the core. | StapleButter | 2017-05-19 |
| | | | | also, misc wifi crap, nothing noteworthy. | ||
* | wifi improvements | StapleButter | 2017-05-12 |
| | |||
* | more work on packet reception. | StapleButter | 2017-05-12 |
| | |||
* | attempt at actually sending packets. | StapleButter | 2017-05-12 |
| | | | | into the void for now. | ||
* | salvage socket init code | StapleButter | 2017-05-11 |
| | |||
* | misc. things | StapleButter | 2017-05-09 |
| | |||
* | 3D: attempt at fixing culling. players in Madden are no longer full of ↵ | StapleButter | 2017-05-03 |
| | | | | holes, and that also fixes occasional missing polygons in RaymanDS, and probably others. | ||
* | more wifi work: timers and their IRQs | StapleButter | 2017-05-01 |
| |