AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HLstatsX:CE (https://forums.alliedmods.net/forumdisplay.php?f=156)
-   -   HLstatsX:CE News (https://forums.alliedmods.net/showthread.php?t=201554)

Mavrick4283 11-23-2012 13:42

HLstatsX:CE News
 
Welcome to our new home on Allied Modders :fox:.

We are going to be moving all the current Modifications over here and a few of the relevant support topics. This will now be the main forum for HLstatsX:CE support and news.

I would like to thank Psychonic for giving us a home on AM and all of his work on the HLX:CE project. Also a huge thanks to Packhead who has been working on the project scene 2009.


There are still plans for keeping HLX:CE running and up to date. To keep up to date with all of our news please subscribe to this thread to get e-mailed.

Mavrick4283 12-28-2012 01:55

Re: HLstatsX:CE News
 
I updated the HLXCE-1.6.19-FULL.zip so people with a fresh install will not have to apply the patch. This does NOT effect any thing else.

Mavrick4283 01-04-2013 17:55

Re: HLstatsX:CE News
 
Uploaded the complied version of ALL the superlogs plugins including the source on the downloads page.

EDIT: I was just given access to the repo with all the current code, i am going to be uploading them to AM asap.

Mavrick4283 01-18-2013 07:22

Re: HLstatsX:CE News
 
So, i decided that I need to keep yall more up to date on the status of the work being done on HLX:CE so i found this cool service in asherkin sig that will allow me to keep my todo list public. Bellow is a link to the hlx:ce to-do list.

https://trello.com/b/0Wmt6sl9

Tell me what you think about this, IE if it is a waste of my time or not ^.^

Mavrick4283 01-24-2013 15:00

Re: HLstatsX:CE News
 
Because of the CS:GO update the ingame plugin broke, thanks to Popoklopsi his version will work on all the games currently. Below is a link.

https://forums.alliedmods.net/showpo...5&postcount=10

Mavrick4283 02-07-2013 22:07

Re: HLstatsX:CE News
 
Just wanted yall to know that I am shooting to having 1.7 released by the end of the month.

Mavrick4283 04-06-2013 18:23

Re: HLstatsX:CE News
 
Just wanted to let everyone know that because we are doing a ground up rewrite it is taking ALOT longer then we thought but the project is NOT dead by any means. Once we have a working demo i will link it, for now though just bare with us please.

Mavrick4283 05-17-2013 17:08

Re: HLstatsX:CE News
 
Hay, just an update for yall, I decided at the start of this week to dump Perl for our daemon and use python I am currently working on treading for performance, this is a MAJOR change but because I am the only active coder currently and I can code better and faster in python it will be better supported and patched much faster if need be.


EDIT: Just FYI I am writing this in python 3 because TBH I do not rely want to have to rewrite it later on and that is the version I am accustomed to.

Mavrick4283 07-07-2013 15:51

Re: HLstatsX:CE News
 
So, I am back from a short break needed for me to take care of some things in RL.

I am working on getting the daemon into open beta this week, I will be posting mostly on my Twitter account @Maverick_of_uc about updates

Once we have open beta I will be posting more info on how people can help give the project a much needed boost.

I also wanted to say thank you to Rytis for stepping up and helping support HLXCE on the forums.

Mavrick4283 07-16-2013 17:10

Re: HLstatsX:CE News
 
Hay, we are looking for someone who can help redesign the database. If any one is able to help out with this and has experience with MySQL database design please PM me on the forums here or ping me on Twitter.

Here is a overview of what we are looking to do
Code:

Change all tables from myisam  to innodb (For row locking vs table locking and Foreign key support.)
Create Foreign keys to get rid of all data dups.
Recreate any indexes that were broken due to the new keys.
Help come up with a higher performance layout???

TBH I am not a database designer so past those requirements I do not know what else we might need.

Mavrick4283 07-30-2013 22:09

Re: HLstatsX:CE News
 
The dev repo is open for public view here:https://bitbucket.org/Maverick_of_UC/hlx-ce-dev

And before it is asked, no I will not upload everything every-time (just because I am lazy)

MEH, nvm

Mavrick4283 09-16-2013 04:38

Re: HLstatsX:CE News
 
I finally got off my ass and recompiled all the ingame plugins. I used SM 1.5 stable, I know very little about sourcepawn so I do not know if this has any effect. This includes the CS:GO update that (Popoklopsi) posted.

They are all now on the downloads page.
https://bitbucket.org/psychonic/hlstatsxce/downloads

Mavrick4283 10-22-2013 12:17

Re: HLstatsX:CE News
 
Just letting yall know the project is not dead, just got put to the side due to my work.

Mavrick4283 10-30-2013 11:13

Re: HLstatsX:CE News
 
I have recived a few PM's about the project status and who is still active. As of right now I am the only dev, and I am working full time and finishing up my degree so I have little to no free time. I have laid out the base of the python daemon (log praser and listener) and the needed parser. But I have not created the DB mapping interface, I plan on using SQLAlchemy so the project can move from just being dependent on MySql and this will make update simple on my end.

Here are some of the tech details of what has been done:
  • Muti Processing and Muti Threading
  • Regex for Log praseing based on Valve Log standers

I know that is not a long list but TBH I am doing what I can when I can. For the deamon all that needs to be done now is the DB interface. And then it can be deployed in a beta stage.

A few things to know, the new HLX will use the SM DB API for the ingame plugin, this is being done for performance and security (if you set up a read only user for SM). I will be adding a "Legacy" mode that will act the same way as the current plugin (using the log to trigger a rcon event) but this is going to be slower.


As far a the web side go's, it is using the codeigniter framework and other then a very basic admin cp there is no work that has been done here.

So if you are wornding what you can do to help this is where the project stands and if you think you can help the project is open source so go at it, if you have any questions please ask here

Mavrick4283 12-26-2013 13:50

Re: HLstatsX:CE News
 
The download links are updated, I will be working on repairing the wiki as I can...I am 90% sure that I am missing thing if you see something (not the wiki or bug tracker) that is not right please let me know so I can get it back up. If you are looking for it chances are someone else is also.

As always please reply here https://forums.alliedmods.net/showth...32#post2054632

Mavrick4283 01-05-2014 16:00

Re: HLstatsX:CE News
 
So I have found some of the wiki pages but I do not have them AFTER I formated them for Bitbucket...So I have a support request in to see if they are able to restore the wiki...but if they can not then I will upload what I have then reformat it.

Mavrick4283 01-06-2014 17:59

Re: HLstatsX:CE News
 
So...Bitbucket support sucks ass and the wiki that was there is lost...but I do have the backups from when we moved to bitbucket so...I am doing the format change over from the old wiki to here.

Mavrick4283 01-07-2014 00:26

Re: HLstatsX:CE News
 
The I am currently working on the wiki, I have the temp install instructions up, and yes I know they look like shit and do not have the images. That is what I am working on.

Mavrick4283 01-07-2014 22:41

Re: HLstatsX:CE News
 
Ok The install instructions are up on the wiki

https://bitbucket.org/Maverick_of_UC...n/wiki/Install

They still are missing the windows images because I do not know if I have them.

Mavrick4283 01-08-2014 01:59

Re: HLstatsX:CE News
 
The bug tracker is up and linked

http://bugs.ucclan.com/browse/HLXCE

I am still setting up the pubic link to bitbucket.

The tracker is open to the public to view and add bugs.

Mavrick4283 06-29-2014 07:36

Re: HLstatsX:CE News
 
Just FYI I uploaded the source for all the superlogs plugins to the git repo along with the updated hlstatx plugin that works with CS:GO protobuffer.

I also upload a zip to the downloads page with the SM plugins pre complied (on windows with SM 1.5.3)

https://bitbucket.org/Maverick_of_UC...tion/downloads

Enjoy

PS: Thanks to Popoklopsi for updating the hlstatsx plugin to work with CS:GO

Mavrick4283 10-14-2014 20:31

Re: HLstatsX:CE News
 
I just re-uploaded the files to correct the unix file ending.

Mavrick4283 10-28-2014 22:48

Re: HLstatsX:CE News
 
I am working on correcting some things with the hlxce.com domain, so yall might get errors about out of date installs.

Please ignore for now.


All times are GMT -4. The time now is 04:31.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.