0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 16 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of trillek-vcomputer-module into dcpu-16n More... almost 10 years ago
Re-indent to minimize conflicts More... almost 10 years ago
Addition to search paths More... almost 10 years ago
Renamed all files to undercase and minor tweaks
Zardoz
as Luis Panadero Guardeño
More... almost 10 years ago
Update README.md
Zardoz
as Luis
More... almost 10 years ago
Moved some header/include files to /src/ as not are necesary to be public showed
Zardoz
as Luis Panadero Guardeño
More... almost 10 years ago
Merge pull request #18 from trillek-team/code_indent
Zardoz
as Luis
More... almost 10 years ago
Apply some code style guidelines to source files. Fixed some warings in MF5DD and added includes to VSFix.hpp
Zardoz
as Luis Panadero Guardeño
More... almost 10 years ago
Updated VC.hpp
Zardoz
as Luis Panadero Guardeño
More... almost 10 years ago
Apply indentation to the whole source code, and some code style guidelines to headers. Moved Timer to devices subdir and DCPU16N to DCPU16 subdir
Zardoz
as Luis Panadero Guardeño
More... almost 10 years ago
Test of autoindenting and enforcing some code style with uncrustify
Zardoz
as Luis Panadero Guardeño
More... almost 10 years ago
Fix never ending test beep
Zardoz
as Luis Panadero Guardeño
More... almost 10 years ago
Merge pull request #17 from Zardoz89/blip_buffer
Zardoz
as Luis
More... almost 10 years ago
Fix some issues in VS2012 More... almost 10 years ago
Rewrite to use Alure. Now a Aslure Stream handless beeper sound
Zardoz
as Luis Panadero Guardeño
More... almost 10 years ago
Prepared all to link and compile agaisn Alure
Zardoz
as Luis Panadero Guardeño
More... almost 10 years ago
Tuning low-filter freq
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Trying to uses multiple enqueue buffers to remove sound artifacts
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Using bleep buffer for sound synth. Keeps to fix OpenAL code to remove clicks
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Merged openal branch, closing PR #16
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Retouched tools/CMakeLists to move not main executable code to tools/src/ (AlEngine / GlEngine). Added Blip_Buffer lib
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Merge pull request #15 from Acruid/master
Zardoz
as Luis
More... about 10 years ago
Line endings More... about 10 years ago
Sound is working. Beep.asm does a simple sound effect. AlEngine sound synth need to be improved to avoid the sound chops, but not have latency problems like in DCPU_VM with SFML
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Increase buffer size and try to add phase to the mix
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Now the tone is keep
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
Dumb beep test
Zardoz
as Luis Panadero Guardeño
More... about 10 years ago
(Hopefully)Fixed dependency issue with std::memcmp that prevented Travis from building. More... about 10 years ago
Updated floppy program. More... about 10 years ago
Moved M35_Floppy into its own file, and turned it into the generic Disk class. Moved media metric constants into Disk class/VCD file. QUERY_MEDIA now returns total sectors, CHS, and BPS exponent. More... about 10 years ago