[img]http://dl.dropbox.com/u/244444/pictures/dev.jpg[/img]
I switch between making music and scripting. I hate listening to music while coding, it distracts me.
Either I concentrate on listening to a song or I don't, if I don't there's no point listening to it IMO.
[editline]04:10AM[/editline]
We have !lua on the server which makes a few globals upon execution and nils them after.
The globals are:
me = the player who ran the lua string
this = trace.Entity from the player
here = me:GetPos()
there = trace.HitPos
There's also All which is every player (All:SetPos(there)) you can use All"prop_physics":Remove() too.
We also have lua_send_* which you can run a file on the server from the client, or all clients.
Listen to Simon and Garfunkel, Gorillaz, SMF, DJ Caspa, Or Rusko. Run GMod in windowed on my 2nd monitor normally dragged off to the side partway. I keep vent on my 2nd monitor also along with any reference docs I have for whatever I am doing.
On my main monitor; Opera in the backgroun one tab open to the Wiki, one Open to FP (When I take breaks from coding I jump around FP threads). NP++ also on my main monitor. Thats pretty much it.
[editline]02:34AM[/editline]
oh and also, the only addons I have for GMod are wire and PHX along with some dev tools. That way my load times when testing scripts is very low.
I have a kind of crappy computer and monitor, so I try and keep minimal things open. Just Garry's Mod [windowed of course], Notepad++, iTunes, and Chrome [generally has Facebook, Facepunch, and the likes].
[QUOTE=CapsAdmin;22093641]pic
I switch between making music and scripting. I hate listening to music while coding, it distracts me.
Either I concentrate on listening to a song or I don't, if I don't there's no point listening to it IMO.
[editline]04:10AM[/editline]
We have !lua on the server which makes a few globals upon execution and nils them after.
The globals are:
me = the player who ran the lua string
this = trace.Entity from the player
here = me:GetPos()
there = trace.HitPos
There's also All which is every player (All:SetPos(there)) you can use All"prop_physics":Remove() too.
We also have lua_send_* which you can run a file on the server from the client, or all clients.[/QUOTE]
How on earth do you code efficiently in that particular NP++? I think I'd develop epilepsy just by trying to look at that code for a few minutes.
[QUOTE=Lexic;22080337]no music?![/QUOTE]
I barely ever listen to music too, just sometimes I listen to chiptunes.
[QUOTE=Kogitsune;22092620]Trying out the start menu on the side of the screen currently.[/QUOTE]
I'm surprised not more people do it. In widescreen you have very little (relative) vertical space and quite a lot of horizontal, so it makes more sense to use that up instead.
It helps that Windows 7 compresses everything into little boxes so you're not losing readability like you did in winxp.
[QUOTE=Dave_Parker;22096581]I always think it's a shame when people have dual monitors but aren't using another app to support it. They add so many helpful features..[/QUOTE]What like? I vaguely looked at one but felt I didn't need two taskbars.
Notepad++ and garrysmod. I rarely listen to music when I code, I prefer listening to the sounds from the keyboard :v:
[IMG]http://i203.photobucket.com/albums/aa111/Hoffa1337/layout_etc.png[/IMG]
[QUOTE=Dave_Parker;22097803]The second taskbar only displays items which are on that screen. You can also opt for extra buttons on your windows which do stuff like Move to other screen, pin to this screen, and spread over all screens.[/QUOTE]
Still seems kinda pointless. I'm not one of those people who have twenty billion windows open, and there are windows shortcuts to do all those other things.
Alt tab saves all the trouble.
I've got iTunes, gmod in a windowed 1024x768, fullscreen Notepad++ and Chrome with gwiki up and running :) That's about it!
[QUOTE=Entoros;22094442]I have a kind of crappy computer and monitor, so I try and keep minimal things open. Just Garry's Mod [windowed of course], Notepad++, iTunes, and Chrome [generally has Facebook, Facepunch, and the likes].
How on earth do you code efficiently in that particular NP++? I think I'd develop epilepsy just by trying to look at that code for a few minutes.[/QUOTE]
I'm using that theme and setup whenever the gmod highlighter is being slow.
Caps, not sure how much use it would be, but I remade the gmod highlighter in langs.xml, which allows for it to still highlight, but it doesn't have the weird lag that comes with the highlighter. If you want it, let me know.
[QUOTE=nicatronTg;22102188]Caps, not sure how much use it would be, but I remade the gmod highlighter in langs.xml, which allows for it to still highlight, but it doesn't have the weird lag that comes with the highlighter. If you want it, let me know.[/QUOTE]
Please post this.
gmod in window mode, default notepad with lua file open, lua wiki, and media player :downs:
Ohhh You lot have either really large screens, or two monitors, I have neither, mine is a somewhat small monitor where I can easily do whatever I want.
Getting a second monitor today after finally unloading three of the repaired laptops I picked up. Once I've got it I'll upload new pics, for now you'll have to settle for this:
[img]http://content.screencast.com/users/Kopimi/folders/Jing/media/628d36fe-cfab-4dc4-9cb5-313048d14441/2010-05-24_1100.png[/img]
[QUOTE=CapsAdmin;22093641][img]http://dl.dropbox.com/u/244444/pictures/dev.jpg[/img][/QUOTE]
sorry for the quote with the big picture, but what is the extended perception of errors window in gmod? if it is what i think it is, then i would like to have it :D
Uh it's just a console for the dedicated server that spits out errors and other things.
so it is what i thought it was :D (minus the dedicated server :p)
can i have it? xD
[QUOTE=CapsAdmin;22148041]Uh it's just a console for the dedicated server that spits out errors and other things.[/QUOTE]
How do you actually know which parts of the text should be which color, code wise?
[QUOTE=maurits150;22151820]How do you actually know which parts of the text should be which color, code wise?[/QUOTE]
It's loosely based on the E2 editor, so it's E2 highlight.
[QUOTE=maurits150;22151820]How do you actually know which parts of the text should be which color, code wise?[/QUOTE]
It's just E2 textbox with a slightly modified highlight since I was too lazy to make anything own. Now it's relatively modified with custom menu and autohide and such stuff. Need to make it compatible with the gmod camera and such before any form of release.
Could be a nice idea if it also relayed the type of the message( e.g. error or normal message )
[QUOTE=Szgan;22148081]so it is what i thought it was :D (minus the dedicated server :p)
can i have it? xD[/QUOTE]
If you want the current version of it better join the server do discuss about it or just wait until it's done, which might be after a month since then I have time.
Also have to look at removing luaerror module dependency for catching lua errors and circumvent certain restrictions and clean up the code.
And also, like iRzilla said I made insane queues and such things on it in order to prevent deadloops that happened in its predecessor ENEZ or whatever it was called. Seems the queue isn't really necessary in its full form, and can be removed. Right now I'm dead busy with exams so no updates (or releases) to it for a week or more.
you have a place where we can follow your progress? :D
[QUOTE=Szgan;22153177]you have a place where we can follow your progress? :D[/QUOTE]
Yes, the server. Now let's stop derailing the thread.
Chrome, FragFM(Not anymore), and Note Pad++.
O and a pack of newports and mountainn dew near by.
Got my monitor, very happy! I'm tired of gloss screens, matte just looks so much better. Only problem with my new monitor is the onboard menu dont allow me to change the gamma, can anyone help me? Because my second monitor looks whitewashed compared to my other one and its kinda throwing me off. Anyway, heres a screenshot, ignore Albert Wesker -.-'
[img]http://imgur.com/IlTct.jpg[/img]
eeeewww visual basic D:
I'm listening to BBC Radio 1 right now and it's shit. I expected less big weekend crap.
Garry's Mod running on gm_construct, Notepad++ and lots and lots of La Coka Nostra.
[QUOTE=Szgan;22159855]eeeewww visual basic D:[/QUOTE]
I know, that program that takes advantage of the .NET framework to create lightweight and powerful applications with relative ease is so icky.
Sorry, you need to Log In to post a reply to this thread.