15 Commits

Author SHA1 Message Date
Erik Faye-Lund
b9200bbd3b split solution in two
Visual Studio only allows one project in a solution to be debugged
at the time. Split the solution in two, so both the player and the
editor can be opened in a separate Visual Studio instance without
file lock conflicts.

Remove outdated Visual Studio 2005 solution and project files while
we're at it.
2010-03-19 17:41:33 +01:00
Erik Faye-Lund
ae37108d09 use software vertex processing for example-code
There's no good reason for not doing this, and it allows
the example to run on older computers.
2010-03-19 17:41:33 +01:00
Erik Faye-Lund
8d58ac16e3 Slight clean-ups:
- more relevant window-caption
- not wasting time on measuring the latency
- passing the window handle instead of grabbing the foreground one
- made the BPM a separate variable, so it's a bit easier to understand the code.
2010-03-19 17:41:29 +01:00
Erik Faye-Lund
2da0d2b440 Fixed dependency problems (created Debug/Release Client configs for example_bass). 2010-03-19 17:41:20 +01:00
Erik Faye-Lund
487bac6eaf Fixed dependency problems (created Debug/Release Client configs for example_bass). 2010-03-19 17:41:19 +01:00
Erik Faye-Lund
9e02ade92d Fixed bug 2137987 2010-03-19 17:41:19 +01:00
Erik Faye-Lund
4d601c31b0 Updated the example to be compatible with the BASS 2.4 API. 2010-03-19 17:41:18 +01:00
Erik Faye-Lund
59f8089094 Renamed vs2005 project/solution files to reflect the version. 2010-03-19 17:41:18 +01:00
Erik Faye-Lund
3b014fd04a Cleaner code for the track-reordering 2010-03-19 17:41:16 +01:00
Erik Faye-Lund
f8301d6ee6 Fixed support for UNIX sockets, and fixed static crt-linking for debug builds 2010-03-19 17:41:13 +01:00
Erik Faye-Lund
712339041a let there be cubes! 2010-03-19 17:41:09 +01:00
Erik Faye-Lund
26209abb1c here's the correct tune. old tune begone. 2010-03-19 17:41:08 +01:00
Erik Faye-Lund
8f34baa39c added copyright headers 2010-03-19 17:41:06 +01:00
Erik Faye-Lund
e04c3aa08c fixed some special-case crashes in the editor. also some other small things. 2010-03-19 17:41:04 +01:00
Erik Faye-Lund
fcf160d917 cleaner structchah! 2010-03-19 17:41:04 +01:00