I don't see anything new, last commit was 2012. maybe add "(2012) to the title?
Id Software
21–30 of 173 posts
Re: Id Software
#22For some of the history of that time, I suggest checking out "Masters of Doom : how two guys created an empire and transformed pop culture", by David Kushner. The book is 15 years old (!!!) at this point, but I think it's still a compelling read.
Re: Id Software
#23Where’s the commander keen?
https://games.slashdot.org/story/14/09/17/133228/commander-k...
The game was bought by fans, the source was released and Keen Dreams was published on steam.
https://github.com/keendreams/keen
https://store.steampowered.com/app/356200/Keen_Dreams/
The ownership of the older stuff is quite fragmented.
Re: Id Software
#24Has anyone tried compiling on os x?
If you want native doom, check out the source ports like Chocolate DooM. Doing ports to stuff like SDL is somewhat straight forward, or you can do a Cocoa one yourself, but I'd start with something known to work first..
Re: Id Software
#25For some of the history of that time, I suggest checking out "Masters of Doom : how two guys created an empire and transformed pop culture", by David Kushner. The book is 15 years old (!!!) at this point, but I think it's still a compelling read.
I can second that—it's an excellent book. It put a clear image in my mind of the sort of environment I'd like to develop software in: primarily just a group of friends who have a shared idea of something cool they want to build together. I've been disillusioned that that will happen at a Silicon Valley type startup (not that it's impossible—but far more likely that the founders will segregate themselves from employee…
Certainly strange to watch the definition shift over time.
Re: Id Software
#26Earlier quoted context omitted.
Commit dates don’t necessarily correspond 1:1 to the dates they became public though, so it might be hard to tell.
From the OpenArena page on wikipedia: "The OpenArena project was established on August 19, 2005, one day after the id Tech 3 source code released under GNU GPL license." The id Tech 3 wikipedia page "id Tech 3, popularly known as the Quake III Arena engine" Someone tried for a pull request in Oct 2017 with 3,275 commits, still pending. I can't find any evidence that anything new has happened.
Re: Id Software
#27For some of the history of that time, I suggest checking out "Masters of Doom : how two guys created an empire and transformed pop culture", by David Kushner. The book is 15 years old (!!!) at this point, but I think it's still a compelling read.
I can second that—it's an excellent book. It put a clear image in my mind of the sort of environment I'd like to develop software in: primarily just a group of friends who have a shared idea of something cool they want to build together. I've been disillusioned that that will happen at a Silicon Valley type startup (not that it's impossible—but far more likely that the founders will segregate themselves from employee…
Re: Id Software
#28Earlier quoted context omitted.
I can second that—it's an excellent book. It put a clear image in my mind of the sort of environment I'd like to develop software in: primarily just a group of friends who have a shared idea of something cool they want to build together. I've been disillusioned that that will happen at a Silicon Valley type startup (not that it's impossible—but far more likely that the founders will segregate themselves from employee…
I have trouble believing the nyc startup scene is more egalitarian, but I’m on my 4th startup as an early employee (#1-18ish) and the founders have always been in the trenches. Not to invalidate your experience, just to emphasize the role of luck in all of this.
In any case, the main thing I want to say is that it doesn't really matter whether they are 'in the trenches.' You are in different realms of existence if you own the company vs. work for it. As a founder, it's your personal creation; as an employee, you may care about the product, but the primary thing is your paycheck (most startup employees I've spoken with are much more mercenary with this than myself, too). You know that if it succeeds, the founder will become rich and famous and enter a social stratum that the employees will still only be able to fantasize about. No one will know their name or grant them ridiculous amounts of respect etc.
Even if none of that comes to fruition, the fact that your potential courses (as they relate to the company) are so divided creates immediate present-term social distance. And you lose the sense of shared struggle—or it's at least on a much lower level.
If you're all equal owners, the feeling of going to work on your shared thing must be very different, I imagine. I think it's probably also necessary to not take investment (or somehow do it in a very low pressure way), in order to have fun like the Id guys.
Re: Id Software
#29Re: Id Software
#30Remember the No Clipping cheat code?
Here’s the source code check to turn it on:
https://github.com/id-Software/DOOM/blob/77735c3ff0772609e9c...